[PATCH] ARM: SAMSUNG: Ensure struct sys_device is declared in plat/pm.h
Mark Brown
broonie at opensource.wolfsonmicro.com
Thu Feb 3 08:55:28 EST 2011
Previously we were relying on it being pulled in by other headers for
the prototype of s3c24xx_irq_suspend() and s3c24xx_irq_resume().
Signed-off-by: Mark Brown <broonie at opensource.wolfsonmicro.com>
---
arch/arm/plat-samsung/include/plat/pm.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/arm/plat-samsung/include/plat/pm.h b/arch/arm/plat-samsung/include/plat/pm.h
index d9025e3..30518cc 100644
--- a/arch/arm/plat-samsung/include/plat/pm.h
+++ b/arch/arm/plat-samsung/include/plat/pm.h
@@ -17,6 +17,8 @@
#include <linux/irq.h>
+struct sys_device;
+
#ifdef CONFIG_PM
extern __init int s3c_pm_init(void);
--
1.7.2.3
More information about the linux-arm-kernel
mailing list