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)
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>

No differences found