]> Pileus Git - ~andy/linux/commit
nubus: Don't use create_proc_entry()
authorDavid Howells <dhowells@redhat.com>
Thu, 4 Apr 2013 15:44:51 +0000 (16:44 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 9 Apr 2013 18:16:38 +0000 (14:16 -0400)
commit8a25378e408022c441a1d27082fea9264323b7e7
tree3dac7d86874e8fb58403187d0a8116a8bdf24337
parent4554eb90659eb3132f41968b77511d7263b631f0
nubus: Don't use create_proc_entry()

Don't use create_proc_entry() in nubus_proc_subdir().  The files created aren't
given any way to use them, so for the moment use create_proc_read_entry() with
a NULL accessor and generate a compile-time warning.

Signed-off-by: David Howells <dhowells@redhat.com>
drivers/nubus/proc.c