mips: Don't use create_proc_read_entry()
authorDavid Howells <dhowells@redhat.com>
Wed, 10 Apr 2013 23:21:15 +0000 (00:21 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 29 Apr 2013 19:41:58 +0000 (15:41 -0400)
commit24270156ac94a54cfaa7326375ed44d0902f58c5
tree00478acb62b8a7bfb04d4212e499fe16c6ecf429
parent28ff11882a2ec50916b2b52016d80ec52461e5f9
mips: 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: Ralf Baechle <ralf@linux-mips.org>
cc: linux-mips@linux-mips.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/mips/kernel/smtc-proc.c
arch/mips/pci/ops-pmcmsp.c
arch/mips/sibyte/sb1250/bus_watcher.c