]> git.baikalelectronics.ru Git - kernel.git/commit
cxt1e1: Don't use create_proc_read_entry()
authorDavid Howells <dhowells@redhat.com>
Mon, 8 Apr 2013 21:47:46 +0000 (22:47 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 29 Apr 2013 19:41:52 +0000 (15:41 -0400)
commit18ce802404df157e426d1dda14fad921c4acfb73
treee694ca1a50bd0ba9d9cbd9ad0de4d9b71f33f817
parent817964e8a3ab930f974edd3d2d74b007d51eaf81
cxt1e1: Don't use create_proc_read_entry()

Don't use create_proc_read_entry() as that is deprecated, but rather use
proc_create_data() and seq_file instead.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Bob Beers <bob.beers@gmail.com>
cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
cc: devel@driverdev.osuosl.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
drivers/staging/cxt1e1/Makefile
drivers/staging/cxt1e1/sbeproc.c
drivers/staging/cxt1e1/sbeproc.h