commit | 3cba53765bdaeef0a5ee8680b0dd4b028f3cae79 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Thu Apr 04 16:49:26 2013 +0100 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Apr 09 14:16:39 2013 -0400 |
tree | c93aae28c605a7d913f49d7bd2356128247929a8 | |
parent | 8a25378e408022c441a1d27082fea9264323b7e7 [diff] |
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>