commit | f9368c18e9a99d86c509ac113363e9d295e0bf74 | [log] [tgz] |
---|---|---|
author | Tony Lindgren <tony@atomide.com> | Thu Apr 11 11:03:41 2013 -0700 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Apr 29 15:41:59 2013 -0400 |
tree | 4f9e67efe97d0240b44fb9f4f393c3cfec808a57 | |
parent | 1eb5b23ae72b2b858800c8eee6adeef7c098e767 [diff] |
ARM: OMAP1: Replace PM debug create_proc_read_entry() with debugfs 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>