diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-02-12 22:39:41 +0100 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-03-07 04:34:39 +0100 |
commit | 9675b8840f4059ddd473956320101e80129115ab (patch) | |
tree | 37dd98173e59d728f57057d6606085aa5b9e75cf /arch | |
parent | [media] davinci: remove includes of mach/io.h (diff) | |
download | linux-9675b8840f4059ddd473956320101e80129115ab.tar.xz linux-9675b8840f4059ddd473956320101e80129115ab.zip |
ARM: davinci: remove unneeded mach/io.h include
entry-macro.S doesn't actually need mach/io.h, so remove it.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Cc: Sekhar Nori <nsekhar@ti.com>
Cc: Kevin Hilman <khilman@ti.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-davinci/include/mach/entry-macro.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/include/mach/entry-macro.S b/arch/arm/mach-davinci/include/mach/entry-macro.S index c1661d2feca9..768b3c060214 100644 --- a/arch/arm/mach-davinci/include/mach/entry-macro.S +++ b/arch/arm/mach-davinci/include/mach/entry-macro.S @@ -8,7 +8,6 @@ * is licensed "as is" without any warranty of any kind, whether express * or implied. */ -#include <mach/io.h> #include <mach/irqs.h> .macro get_irqnr_preamble, base, tmp |