]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ARM: OMAP: Use right type for power_subsys
authorTony Lindgren <tony@atomide.com>
Tue, 8 May 2007 01:59:43 +0000 (18:59 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 8 May 2007 02:00:04 +0000 (19:00 -0700)
Use right type for power_subsys

Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap1/pm.c
include/asm-arm/arch-omap/pm.h

index cef5ff02a2fd02dfa39b7dd79f68ed5ea37363fa..b482bbba5373a1905f7319e414372fe2fb2c3d5d 100644 (file)
@@ -99,7 +99,6 @@ static struct subsys_attribute sleep_while_idle_attr = {
        .store  = omap_pm_sleep_while_idle_store,
 };
 
-extern struct kset power_subsys;
 static void (*omap_sram_idle)(void) = NULL;
 static void (*omap_sram_suspend)(unsigned long r0, unsigned long r1) = NULL;
 
index 34f971bf3bf6de2cdbbfc73726744591dedaa8d1..297590308d18b7161038ccbeb73d3ef8ccb0f33e 100644 (file)
 
 #include <linux/clk.h>
 
-extern struct subsystem power_subsys;
+extern struct kset power_subsys;
 
 extern void prevent_idle_sleep(void);
 extern void allow_idle_sleep(void);