summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/include/mach/debug-macro.S
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2012-10-31 14:57:06 -0700
committerTony Lindgren <tony@atomide.com>2012-10-31 15:37:14 -0700
commit2c0b495b7cf87012ece69e845c47c4da78a52c5c (patch)
treed3cc54551c183c8e067780abf573785ac9918e3d /arch/arm/mach-omap2/include/mach/debug-macro.S
parent21d182bd10ad16e904f3e4ba0ed51f00a19c0dda (diff)
downloadtalos-op-linux-2c0b495b7cf87012ece69e845c47c4da78a52c5c.tar.gz
talos-op-linux-2c0b495b7cf87012ece69e845c47c4da78a52c5c.zip
ARM: OMAP2+: Fix relative includes for serial.h
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 Fix serial.h by moving it to mach/serial.h. Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/include/mach/debug-macro.S')
-rw-r--r--arch/arm/mach-omap2/include/mach/debug-macro.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/include/mach/debug-macro.S b/arch/arm/mach-omap2/include/mach/debug-macro.S
index 4b5cbdfac028..cfaed13d0040 100644
--- a/arch/arm/mach-omap2/include/mach/debug-macro.S
+++ b/arch/arm/mach-omap2/include/mach/debug-macro.S
@@ -13,7 +13,7 @@
#include <linux/serial_reg.h>
-#include <../mach-omap2/serial.h>
+#include <mach/serial.h>
#define UART_OFFSET(addr) ((addr) & 0x00ffffff)
OpenPOWER on IntegriCloud