Commit efc879ab authored by Tony Lindgren's avatar Tony Lindgren

ARM: OMAP: Use right type for power_subsys

Use right type for power_subsys
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent fb16600d
...@@ -99,7 +99,6 @@ static struct subsys_attribute sleep_while_idle_attr = { ...@@ -99,7 +99,6 @@ static struct subsys_attribute sleep_while_idle_attr = {
.store = omap_pm_sleep_while_idle_store, .store = omap_pm_sleep_while_idle_store,
}; };
extern struct kset power_subsys;
static void (*omap_sram_idle)(void) = NULL; static void (*omap_sram_idle)(void) = NULL;
static void (*omap_sram_suspend)(unsigned long r0, unsigned long r1) = NULL; static void (*omap_sram_suspend)(unsigned long r0, unsigned long r1) = NULL;
......
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
#include <linux/clk.h> #include <linux/clk.h>
extern struct subsystem power_subsys; extern struct kset power_subsys;
extern void prevent_idle_sleep(void); extern void prevent_idle_sleep(void);
extern void allow_idle_sleep(void); extern void allow_idle_sleep(void);
......
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