diff options
author | Tony Lindgren <tony@atomide.com> | 2012-10-30 15:30:44 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-31 15:37:14 -0700 |
commit | 4e969010c55d72fbdc69333ce59392c7b530f6a3 (patch) | |
tree | c7f5d9ae1d99ae47722f63f7886e8919af68d96a /arch/arm/mach-omap1/include/mach/entry-macro.S | |
parent | 8280960181eae6e4039957044577b6ef7154220f (diff) | |
download | linux-4e969010c55d72fbdc69333ce59392c7b530f6a3.tar.gz linux-4e969010c55d72fbdc69333ce59392c7b530f6a3.tar.bz2 linux-4e969010c55d72fbdc69333ce59392c7b530f6a3.zip |
ARM: OMAP1: Remove relative includes
As discussed on linux-arm-kernel, we want to avoid
relative includes for the arch/arm/*omap* code:
http://www.spinics.net/lists/linux-omap/msg80520.html
Note that eventually when the omap1 specific drivers
are fixed to not use cpu_is_omap macros and not depend
on mach/hardware.h, this patch can be reverted and these
headers can be local. But since just fixing the drivers for
omap2+ is already a big enough hassle, let's deal
with that properly first.
[tony@atomide.com: also drop unused include for ispvideo.c]
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/include/mach/entry-macro.S')
-rw-r--r-- | arch/arm/mach-omap1/include/mach/entry-macro.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-omap1/include/mach/entry-macro.S b/arch/arm/mach-omap1/include/mach/entry-macro.S index 88f08cab1717..78a8c6c24764 100644 --- a/arch/arm/mach-omap1/include/mach/entry-macro.S +++ b/arch/arm/mach-omap1/include/mach/entry-macro.S @@ -13,8 +13,6 @@ #include <mach/hardware.h> #include <mach/irqs.h> -#include "../../iomap.h" - .macro get_irqnr_preamble, base, tmp .endm |