Commit 47e8cf3c authored by Tony Lindgren's avatar Tony Lindgren

Sync with mainline: More tabify, use CONFIG_PM_DEBUG for gpio debug

More tabify, use CONFIG_PM_DEBUG for gpio debug
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 59ca5c4b
...@@ -395,7 +395,7 @@ int __init clk_init(struct clk_functions * custom_clocks) ...@@ -395,7 +395,7 @@ int __init clk_init(struct clk_functions * custom_clocks)
return 0; return 0;
} }
#ifdef CONFIG_PROC_FS #if defined(CONFIG_PM_DEBUG) && defined(CONFIG_PROC_FS)
#include <linux/proc_fs.h> #include <linux/proc_fs.h>
#include <linux/seq_file.h> #include <linux/seq_file.h>
...@@ -454,5 +454,5 @@ int __init omap_ck_init(void) ...@@ -454,5 +454,5 @@ int __init omap_ck_init(void)
} }
__initcall(omap_ck_init); __initcall(omap_ck_init);
#endif /* CONFIG_DEBUG_PROC_FS */ #endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment