diff options
| author | Tony Lindgren <tony@atomide.com> | 2012-11-01 01:57:06 +0400 |
|---|---|---|
| committer | Tony Lindgren <tony@atomide.com> | 2012-11-01 02:37:14 +0400 |
| commit | 2c0b495b7cf87012ece69e845c47c4da78a52c5c (patch) | |
| tree | d3cc54551c183c8e067780abf573785ac9918e3d /arch/arm/mach-omap2/include/mach/debug-macro.S | |
| parent | 21d182bd10ad16e904f3e4ba0ed51f00a19c0dda (diff) | |
| download | linux-2c0b495b7cf87012ece69e845c47c4da78a52c5c.tar.xz | |
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.S | 2 |
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) |
