]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: OMAP2+: included some headers twice
authorDanny Kukawka <danny.kukawka@bisect.de>
Tue, 6 Mar 2012 00:11:03 +0000 (16:11 -0800)
committerTony Lindgren <tony@atomide.com>
Tue, 6 Mar 2012 00:11:03 +0000 (16:11 -0800)
arch/arm/mach-omap2/: included some headers tiwce:
- arch/arm/mach-omap2/board-ldp.c: 'linux/gpio.h'
- arch/arm/mach-omap2/io.c: 'common.h'
- arch/arm/mach-omap2/omap_hwmod_44xx_data.c: 'plat/i2c.h'

Remove the duplicates.

Signed-off-by: Danny Kukawka <danny.kukawka@bisect.de>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-ldp.c
arch/arm/mach-omap2/io.c
arch/arm/mach-omap2/omap_hwmod_44xx_data.c

index 2d2a61f7dcbf8e3d799fee8054a39011d94ab603..ac42ebeb184b1b3b37a34067471e7d9523c8b701 100644 (file)
@@ -27,7 +27,6 @@
 #include <linux/io.h>
 #include <linux/smsc911x.h>
 #include <linux/mmc/host.h>
-#include <linux/gpio.h>
 
 #include <mach/hardware.h>
 #include <asm/mach-types.h>
index eb50c29fb6448e1404eef693e8f74c5e10641aed..9bd07f33eea77cfd0a5d4c54bee0d93fd7d6bb84 100644 (file)
@@ -43,7 +43,6 @@
 #include "clockdomain.h"
 #include <plat/omap_hwmod.h>
 #include <plat/multi.h>
-#include "common.h"
 
 /*
  * The machine specific code may provide the extra mapping besides the
index ef0524c10a840296b089f4e3ca81d291f737a503..acb561ea7c11f221ab6d418ea72f31c81ee7eadc 100644 (file)
@@ -28,7 +28,6 @@
 #include <plat/mcspi.h>
 #include <plat/mcbsp.h>
 #include <plat/mmc.h>
-#include <plat/i2c.h>
 #include <plat/dmtimer.h>
 #include <plat/common.h>