commit | c7f079ca30bc719f6f09524fb2119980c4b45d8f | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Wed Apr 10 13:33:21 2013 +0100 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Apr 29 15:41:57 2013 -0400 |
tree | 5d657da7b6943b48bed2bce241673a94b9c57293 | |
parent | 6bbefe86796c07fb8a6d28114f1e3f770586ba05 [diff] |
megaraid: 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: Neela Syam Kolli <megaraidlinux@lsi.com> cc: James E.J. Bottomley <JBottomley@parallels.com> cc: linux-scsi@vger.kernel.org Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>