commit | 788416bcee1a68aa0e8ed3f49c800b6c3df1c0a4 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Wed Apr 10 16:21:08 2013 +0100 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Apr 29 15:41:55 2013 -0400 |
tree | 0b2946d6df3368e6d35647b03953a8cd265cc138 | |
parent | a6d935a5b1d945c7bec2afe21dcf6f22b653acef [diff] |
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>