genrtc: Don't use create_proc_read_entry()
authorDavid Howells <dhowells@redhat.com>
Wed, 10 Apr 2013 15:11:53 +0000 (16:11 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 29 Apr 2013 19:41:54 +0000 (15:41 -0400)
commita6d935a5b1d945c7bec2afe21dcf6f22b653acef
tree2ca003ee55ebf7dabbeeffbabcb637b50ac3393c
parentc18bd9a1ff477bd010d7607a8e575da24de0b08b
genrtc: 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/genrtc.c