projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4019452
)
ARM: SAMSUNG: Ensure struct sys_device is declared in plat/pm.h
author
Mark Brown
<
[email protected]
>
Mon, 7 Feb 2011 01:51:04 +0000
(10:51 +0900)
committer
Kukjin Kim
<
[email protected]
>
Fri, 11 Feb 2011 01:25:57 +0000
(10:25 +0900)
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 <
[email protected]
>
Signed-off-by: Kukjin Kim <
[email protected]
>
arch/arm/plat-samsung/include/plat/pm.h
patch
|
blob
|
history
diff --git
a/arch/arm/plat-samsung/include/plat/pm.h
b/arch/arm/plat-samsung/include/plat/pm.h
index d9025e377675b6c323d28355b616d0c718cd1c9d..30518cc9a67cf0c6dc130979036637b54da0c513 100644
(file)
--- 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);