diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2007-06-11 04:39:40 -0400 |
---|---|---|
committer | Bryan Wu <bryan.wu@analog.com> | 2007-06-11 04:39:40 -0400 |
commit | fd92348e520af92ddd48b8100cd0ccb16a055ed3 (patch) | |
tree | f625bdf73fa420137fd9db64a1b9b1fb0e10e4df /arch/blackfin/mach-common/pm.c | |
parent | e7613aab91270a6c76c61d3a1c05eaaa882b1842 (diff) |
Blackfin arch: add missing gpio.h header to fix compiling in some pm configurations
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'arch/blackfin/mach-common/pm.c')
-rw-r--r-- | arch/blackfin/mach-common/pm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/mach-common/pm.c b/arch/blackfin/mach-common/pm.c index afed5246dd9e..150ef5d088dc 100644 --- a/arch/blackfin/mach-common/pm.c +++ b/arch/blackfin/mach-common/pm.c | |||
@@ -39,7 +39,7 @@ | |||
39 | #include <asm/io.h> | 39 | #include <asm/io.h> |
40 | #include <asm/dpmc.h> | 40 | #include <asm/dpmc.h> |
41 | #include <asm/irq.h> | 41 | #include <asm/irq.h> |
42 | 42 | #include <asm/gpio.h> | |
43 | 43 | ||
44 | #ifdef CONFIG_PM_WAKEUP_GPIO_POLAR_H | 44 | #ifdef CONFIG_PM_WAKEUP_GPIO_POLAR_H |
45 | #define WAKEUP_TYPE PM_WAKE_HIGH | 45 | #define WAKEUP_TYPE PM_WAKE_HIGH |