hp_sdc_rtc: Don't use create_proc_read_entry()
commitc18bd9a1ff477bd010d7607a8e575da24de0b08b
authorDavid Howells <dhowells@redhat.com>
Wed, 10 Apr 2013 14:52:18 +0000 (10 15:52 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 29 Apr 2013 19:41:54 +0000 (29 15:41 -0400)
tree5077d5a37fa4d9b43007ab45b5c94276c8d578b2
parent11db656ad462c9aa7aff7e3817214578cfc307b3
hp_sdc_rtc: 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: Brian S. Julin <bri@calyx.com>
cc: Helge Deller <deller@gmx.de>
cc: linux-m68k@lists.linux-m68k.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
drivers/input/misc/hp_sdc_rtc.c