diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-02-13 01:39:41 +0400 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-03-07 07:34:39 +0400 |
commit | 9675b8840f4059ddd473956320101e80129115ab (patch) | |
tree | 37dd98173e59d728f57057d6606085aa5b9e75cf /arch/arm/mach-davinci | |
parent | 5e71412c7a46090499e622a87239562af95b204d (diff) | |
download | linux-9675b8840f4059ddd473956320101e80129115ab.tar.xz |
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/arm/mach-davinci')
-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 |