ARM: OMAP1: Replace PM debug create_proc_read_entry() with debugfs
authorTony Lindgren <tony@atomide.com>
Thu, 11 Apr 2013 18:03:41 +0000 (11:03 -0700)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 29 Apr 2013 19:41:59 +0000 (15:41 -0400)
There's no need to keep this entry in proc, it is PM
related debug only entry. Let's move it into debugfs.

Based on an earlier patch David Howells <dhowells@redhat.com>
to use seq_printf and to update to use create_proc_read_entry().

Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

No differences found