aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap1/hardware.h
diff options
context:
space:
mode:
authorGravatar Arnd Bergmann <arnd@arndb.de> 2022-05-30 14:46:17 +0200
committerGravatar Arnd Bergmann <arnd@arndb.de> 2022-06-03 20:48:53 +0200
commit7036440eab3e2d47a775d4616909f8235488d714 (patch)
treee7f8c6d8c5ee37efe48b14bac59b9162ee8f6e48 /arch/arm/mach-omap1/hardware.h
parentARM: OMAP1: clock: Convert to CCF (diff)
downloadlinux-7036440eab3e2d47a775d4616909f8235488d714.tar.gz
linux-7036440eab3e2d47a775d4616909f8235488d714.tar.bz2
linux-7036440eab3e2d47a775d4616909f8235488d714.zip
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"
/*
* ---------------------------------------------------------------------------