diff options
author | Tony Lindgren <tony@atomide.com> | 2012-10-15 12:50:46 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-24 13:34:31 -0700 |
commit | 3d82cbbb3aadb4f8a30e3f614e51be96574a0855 (patch) | |
tree | 6f510bda0fb3c08d959100928ca2fb783c61739a /arch/arm/mach-omap2/io.c | |
parent | ede8df1eaa19f96ee8520077885856eb63acb44b (diff) | |
download | op-kernel-dev-3d82cbbb3aadb4f8a30e3f614e51be96574a0855.zip op-kernel-dev-3d82cbbb3aadb4f8a30e3f614e51be96574a0855.tar.gz |
ARM: OMAP: Split plat/serial.h for omap1 and omap2+
For omap1, we'll keep mach/serial.h around for 8250.c hardware
workarounds. For omap2+, we no longer need mach/serial.h and
can make it local to mach-omap2.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/io.c')
-rw-r--r-- | arch/arm/mach-omap2/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c index 80d1cf1..4fadc78 100644 --- a/arch/arm/mach-omap2/io.c +++ b/arch/arm/mach-omap2/io.c @@ -25,7 +25,6 @@ #include <asm/tlb.h> #include <asm/mach/map.h> -#include <plat/serial.h> #include <plat-omap/dma-omap.h> #include "../plat-omap/sram.h" @@ -43,6 +42,7 @@ #include "clock44xx.h" #include "omap-pm.h" #include "sdrc.h" +#include "serial.h" /* * The machine specific code may provide the extra mapping besides the |