]> git.baikalelectronics.ru Git - kernel.git/commit
efirtc: Don't use create_proc_read_entry()
authorDavid Howells <dhowells@redhat.com>
Wed, 10 Apr 2013 15:21:08 +0000 (16:21 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 29 Apr 2013 19:41:55 +0000 (15:41 -0400)
commit5288543d70b98ded428af6059c5dd5f1da93fea5
tree0b2946d6df3368e6d35647b03953a8cd265cc138
parentb26e04bded1ab2cbc78aaeb34a7756b0891800d7
efirtc: 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: Arnd Bergmann <arnd@arndb.de>
cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
drivers/char/efirtc.c