diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2012-12-16 20:30:01 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-12-17 19:50:41 +0100 |
commit | 3550a7b213ff710d3e00e31137fff2602e82807c (patch) | |
tree | 68bf923d44a2568eb190be697ff6e6733a1c6854 /arch | |
parent | ARM: OMAP2+: omap2plus_defconfig: enable twl4030 SoC audio (diff) | |
download | linux-3550a7b213ff710d3e00e31137fff2602e82807c.tar.xz linux-3550a7b213ff710d3e00e31137fff2602e82807c.zip |
ARM: OMAP4: remove duplicated include from omap_hwmod_44xx_data.c
Remove duplicated include.
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c index eb61cfd9452b..1b5890380b16 100644 --- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c @@ -26,7 +26,6 @@ #include <linux/omap-dma.h> -#include <linux/platform_data/omap_ocp2scp.h> #include <linux/platform_data/spi-omap2-mcspi.h> #include <linux/platform_data/asoc-ti-mcbsp.h> #include <linux/platform_data/iommu-omap.h> |