commit | 526c59784c09fb794a5f0181429525bc473453c9 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Thu Apr 11 03:05:01 2013 +0100 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Apr 29 15:42:00 2013 -0400 |
tree | 33701ac99250bc3189c622732360b91b972d9d8a | |
parent | f9368c18e9a99d86c509ac113363e9d295e0bf74 [diff] |
arm: 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: Russell King <linux@arm.linux.org.uk> cc: Kevin Hilman <khilman@deeprootsystems.com> cc: Tony Lindgren <tony@atomide.com> cc: linux-arm-kernel@lists.infradead.org cc: linux-omap@vger.kernel.org Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>