diff options
author | Kevin Hilman <khilman@deeprootsystems.com> | 2009-10-02 14:52:09 (GMT) |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2009-11-25 18:21:28 (GMT) |
commit | a75fd514f4871eb08aed41fc34ed716e0b78f750 (patch) | |
tree | 432c4467eeb309b9d45415fc299dca95cc408309 /arch | |
parent | f2024a9969c81815bcb5d934c80fec152ac81301 (diff) | |
download | linux-a75fd514f4871eb08aed41fc34ed716e0b78f750.tar.xz |
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')
-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 e64cdc1..5509e6a 100644 --- a/arch/arm/mach-davinci/board-da830-evm.c +++ b/arch/arm/mach-davinci/board-da830-evm.c @@ -26,7 +26,6 @@ #include <mach/irqs.h> #include <mach/cp_intc.h> #include <mach/mux.h> -#include <mach/gpio.h> #include <mach/da8xx.h> #include <mach/asp.h> #include <mach/usb.h> |