diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2011-06-14 17:06:02 -0700 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2011-06-16 08:40:44 -0600 |
commit | 158f1e95180d01ebfd7cd5c8de23050528303f26 (patch) | |
tree | 0adced141c5a927fdc0a29b6fcc5b25f5954c114 /arch/arm/mach-pxa | |
parent | 55b220cafadd71b9f83759f7b396998b2547dc5f (diff) | |
download | linux-3.10-158f1e95180d01ebfd7cd5c8de23050528303f26.tar.gz linux-3.10-158f1e95180d01ebfd7cd5c8de23050528303f26.tar.bz2 linux-3.10-158f1e95180d01ebfd7cd5c8de23050528303f26.zip |
gpio: include linux/gpio.h where needed
Some files use GPIOF_ macros but don't include the header file
for them. These macros are being moved to <linux/gpio.h>, so add
includes for <linux/gpio.h> where needed.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'arch/arm/mach-pxa')
-rw-r--r-- | arch/arm/mach-pxa/spitz_pm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/spitz_pm.c b/arch/arm/mach-pxa/spitz_pm.c index 7fe74067d85..094279aefe9 100644 --- a/arch/arm/mach-pxa/spitz_pm.c +++ b/arch/arm/mach-pxa/spitz_pm.c @@ -14,6 +14,7 @@ #include <linux/init.h> #include <linux/kernel.h> #include <linux/delay.h> +#include <linux/gpio.h> #include <linux/interrupt.h> #include <linux/platform_device.h> #include <linux/apm-emulation.h> |