Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
[profile/ivi/kernel-x86-ivi.git] / arch / arm / plat-samsung / include / plat / pm.h
index dcf6870..61fc537 100644 (file)
 
 #include <linux/irq.h>
 
-struct sys_device;
+struct device;
 
 #ifdef CONFIG_PM
 
 extern __init int s3c_pm_init(void);
+extern __init int s3c64xx_pm_init(void);
 
 #else
 
@@ -29,6 +30,11 @@ static inline int s3c_pm_init(void)
 {
        return 0;
 }
+
+static inline int s3c64xx_pm_init(void)
+{
+       return 0;
+}
 #endif
 
 /* configuration for the IRQ mask over sleep */