summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap1/hardware.h
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2022-05-30 15:46:17 +0300
committerArnd Bergmann <arnd@arndb.de>2022-06-03 21:48:53 +0300
commit7036440eab3e2d47a775d4616909f8235488d714 (patch)
treee7f8c6d8c5ee37efe48b14bac59b9162ee8f6e48 /arch/arm/mach-omap1/hardware.h
parentc73b9099da4fb5703abaa804a0377850eea66cb5 (diff)
downloadlinux-7036440eab3e2d47a775d4616909f8235488d714.tar.xz
ARM: omap1: enable multiplatform
With all the header files out of the way, and the clock driver converted to the common framework, nothing stops us from building OMAP together with the other platforms. As usual, the decompressor support is a victim here, and is only available when CONFIG_DEBUG_LL is configured for the particular board. Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-omap1/hardware.h')
-rw-r--r--arch/arm/mach-omap1/hardware.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/hardware.h b/arch/arm/mach-omap1/hardware.h
index 738becbd2972..c228234a1ed4 100644
--- a/arch/arm/mach-omap1/hardware.h
+++ b/arch/arm/mach-omap1/hardware.h
@@ -64,7 +64,7 @@ static inline u32 omap_cs3_phys(void)
#define OMAP1_IO_OFFSET 0x00f00000 /* Virtual IO = 0xff0b0000 */
#define OMAP1_IO_ADDRESS(pa) IOMEM((pa) - OMAP1_IO_OFFSET)
-#include <mach/serial.h>
+#include "serial.h"
/*
* ---------------------------------------------------------------------------