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/omap_hwmod_2xxx_3xxx_interconnect_data.c | |
parent | ede8df1eaa19f96ee8520077885856eb63acb44b (diff) |
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/omap_hwmod_2xxx_3xxx_interconnect_data.c')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_2xxx_3xxx_interconnect_data.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_2xxx_3xxx_interconnect_data.c b/arch/arm/mach-omap2/omap_hwmod_2xxx_3xxx_interconnect_data.c index 74ae76767510..0413daba2dba 100644 --- a/arch/arm/mach-omap2/omap_hwmod_2xxx_3xxx_interconnect_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_2xxx_3xxx_interconnect_data.c @@ -13,8 +13,6 @@ */ #include <asm/sizes.h> -#include <plat/serial.h> - #include "omap_hwmod.h" #include "omap_hwmod_common_data.h" |