| commit | dcebad1501bb6f87b24cb8af8b79adcd6000d893 | [log] [tgz] |
|---|---|---|
| author | David Howells <dhowells@redhat.com> | Thu Apr 11 03:05:01 2013 +0100 |
| committer | David Howells <dhowells@redhat.com> | Thu Apr 11 03:19:08 2013 +0100 |
| tree | ca3a8978b54b79fab55391b253dd39d2c9d735d7 | |
| parent | 4c7867dd54d235301df6dbb8ab861f1aaf608794 [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