diff options
author | Eric Miao <eric.miao@marvell.com> | 2008-11-24 22:03:03 -0500 |
---|---|---|
committer | Eric Miao <eric.miao@marvell.com> | 2008-12-02 01:42:37 -0500 |
commit | 80796f2a40504526797d488d17b87c4274d430fa (patch) | |
tree | dea13805c6db1d79023d2c0c83d0d1f6af67225b /arch/arm/mach-pxa/littleton.c | |
parent | 067455aa53a55404ded85227e87436478c2acc63 (diff) |
[ARM] pxa: use <linux/gpio.h> instead of unnecessary <mach/gpio.h>
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to 'arch/arm/mach-pxa/littleton.c')
-rw-r--r-- | arch/arm/mach-pxa/littleton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/littleton.c b/arch/arm/mach-pxa/littleton.c index b4d00aba0e31..5609f52e36b1 100644 --- a/arch/arm/mach-pxa/littleton.c +++ b/arch/arm/mach-pxa/littleton.c | |||
@@ -20,6 +20,7 @@ | |||
20 | #include <linux/delay.h> | 20 | #include <linux/delay.h> |
21 | #include <linux/platform_device.h> | 21 | #include <linux/platform_device.h> |
22 | #include <linux/clk.h> | 22 | #include <linux/clk.h> |
23 | #include <linux/gpio.h> | ||
23 | #include <linux/spi/spi.h> | 24 | #include <linux/spi/spi.h> |
24 | #include <linux/smc91x.h> | 25 | #include <linux/smc91x.h> |
25 | 26 | ||
@@ -36,7 +37,6 @@ | |||
36 | 37 | ||
37 | #include <mach/pxa-regs.h> | 38 | #include <mach/pxa-regs.h> |
38 | #include <mach/mfp-pxa300.h> | 39 | #include <mach/mfp-pxa300.h> |
39 | #include <mach/gpio.h> | ||
40 | #include <mach/pxafb.h> | 40 | #include <mach/pxafb.h> |
41 | #include <mach/ssp.h> | 41 | #include <mach/ssp.h> |
42 | #include <mach/pxa2xx_spi.h> | 42 | #include <mach/pxa2xx_spi.h> |