diff options
author | Kevin Hilman <khilman@deeprootsystems.com> | 2009-10-02 10:52:09 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2009-11-25 13:21:28 -0500 |
commit | a75fd514f4871eb08aed41fc34ed716e0b78f750 (patch) | |
tree | 432c4467eeb309b9d45415fc299dca95cc408309 /arch/arm/mach-davinci | |
parent | f2024a9969c81815bcb5d934c80fec152ac81301 (diff) |
davinci: da830 EVM: remove #include <mach/gpio.h>
All that is needed is the existing #include <linux/gpio.h>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci')
-rw-r--r-- | arch/arm/mach-davinci/board-da830-evm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/board-da830-evm.c b/arch/arm/mach-davinci/board-da830-evm.c index e64cdc16f559..5509e6a441d4 100644 --- a/arch/arm/mach-davinci/board-da830-evm.c +++ b/arch/arm/mach-davinci/board-da830-evm.c | |||
@@ -26,7 +26,6 @@ | |||
26 | #include <mach/irqs.h> | 26 | #include <mach/irqs.h> |
27 | #include <mach/cp_intc.h> | 27 | #include <mach/cp_intc.h> |
28 | #include <mach/mux.h> | 28 | #include <mach/mux.h> |
29 | #include <mach/gpio.h> | ||
30 | #include <mach/da8xx.h> | 29 | #include <mach/da8xx.h> |
31 | #include <mach/asp.h> | 30 | #include <mach/asp.h> |
32 | #include <mach/usb.h> | 31 | #include <mach/usb.h> |