]> git.karo-electronics.de Git - karo-tx-linux.git/commit
parisc: Don't use create_proc_read_entry()
authorDavid Howells <dhowells@redhat.com>
Wed, 10 Apr 2013 23:11:51 +0000 (00:11 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 29 Apr 2013 19:41:57 +0000 (15:41 -0400)
commit28ff11882a2ec50916b2b52016d80ec52461e5f9
tree3e7db03f0bb939ed22fb7c9be4f529091a5d3020
parent64f0962c33d52524deb32d7c34ab8b2c271ee1a3
parisc: 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: "James E.J. Bottomley" <jejb@parisc-linux.org>
cc: Helge Deller <deller@gmx.de>
cc: linux-parisc@vger.kernel.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/parisc/kernel/pdc_chassis.c