]> Pileus Git - ~andy/linux/commit
wlags49_h2: Don't use create_proc_entry()
authorDavid Howells <dhowells@redhat.com>
Thu, 4 Apr 2013 15:49:26 +0000 (16:49 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 9 Apr 2013 18:16:39 +0000 (14:16 -0400)
commit3cba53765bdaeef0a5ee8680b0dd4b028f3cae79
treec93aae28c605a7d913f49d7bd2356128247929a8
parent8a25378e408022c441a1d27082fea9264323b7e7
wlags49_h2: Don't use create_proc_entry()

create_proc_entry() shouldn't be used.  Rather proc_create_data() should be
used.  The proc_write() function is only used by #if'd out code, so delete it
for now.

Signed-off-by: David Howells <dhowells@redhat.com>
drivers/staging/wlags49_h2/wl_main.c