summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap/omap_devices.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-04-12 10:14:35 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-04-15 08:44:42 +0200
commit041155f11ca06360e61c567280f9b9f00773b608 (patch)
tree66838840253de2a7153872e53c19e685c08297da /arch/arm/mach-omap/omap_devices.c
parent51b03f48448ec6fe99929a75d792cedc4def4a51 (diff)
downloadbarebox-041155f11ca06360e61c567280f9b9f00773b608.tar.gz
barebox-041155f11ca06360e61c567280f9b9f00773b608.tar.xz
include: Move ns16550 serial platform_data to include/platform_data
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-omap/omap_devices.c')
-rw-r--r--arch/arm/mach-omap/omap_devices.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap/omap_devices.c b/arch/arm/mach-omap/omap_devices.c
index 9ed3dcf619..f577fa6ea7 100644
--- a/arch/arm/mach-omap/omap_devices.c
+++ b/arch/arm/mach-omap/omap_devices.c
@@ -1,5 +1,5 @@
#include <driver.h>
-#include <ns16550.h>
+#include <platform_data/serial-ns16550.h>
#include <asm/armlinux.h>
#include <mach/omap3-devices.h>