diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2012-12-16 11:30:01 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-12-17 10:50:41 -0800 |
commit | 3550a7b213ff710d3e00e31137fff2602e82807c (patch) | |
tree | 68bf923d44a2568eb190be697ff6e6733a1c6854 | |
parent | 17bb5fecc450fe8df4d44016b9d49759ff0932e3 (diff) | |
download | op-kernel-dev-3550a7b213ff710d3e00e31137fff2602e82807c.zip op-kernel-dev-3550a7b213ff710d3e00e31137fff2602e82807c.tar.gz |
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>
-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 eb61cfd..1b58903 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> |