wlags49_h2: Don't use create_proc_read_entry()
authorDavid Howells <dhowells@redhat.com>
Mon, 8 Apr 2013 22:26:53 +0000 (23:26 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 29 Apr 2013 19:41:52 +0000 (15:41 -0400)
commitf1cc0444ab2f0e1b254490f497363e3b0c9bcd56
tree039213d01e6d750c292fc2ad29f7f2b64ce55e96
parent766d100d4e412bf4cea59805375790db3d698331
wlags49_h2: 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: Henk de Groot <pe1dnn@amsat.org>
cc: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
cc: linux-wireless@vger.kernel.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
drivers/staging/wlags49_h2/wl_main.c
This page took 0.025764 seconds and 5 git commands to generate.