diff options
author | 2013-06-09 21:17:15 -0700 | |
---|---|---|
committer | 2013-06-09 21:17:15 -0700 | |
commit | 6503a8e109a639760408f874c1251060d563942e (patch) | |
tree | a568ee4ee6ebf3bd415075c2e0cd48c511cb031c | |
parent | Merge tag 'omap-devel-a-for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending into omap-for-v3.11/omap5 (diff) | |
download | linux-dev-6503a8e109a639760408f874c1251060d563942e.tar.xz linux-dev-6503a8e109a639760408f874c1251060d563942e.zip |
ARM: OMAP5: Remove unused include for ocp2scp
This header is not used, and is removed with the omap4 clean-up.
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_54xx_data.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_54xx_data.c b/arch/arm/mach-omap2/omap_hwmod_54xx_data.c index a538692a14cc..f37ae96b70a1 100644 --- a/arch/arm/mach-omap2/omap_hwmod_54xx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_54xx_data.c @@ -20,7 +20,6 @@ #include <linux/io.h> #include <linux/platform_data/gpio-omap.h> #include <linux/power/smartreflex.h> -#include <linux/platform_data/omap_ocp2scp.h> #include <linux/i2c-omap.h> #include <linux/omap-dma.h> |