diff options
author | Tony Lindgren <tony@atomide.com> | 2012-10-31 20:38:43 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-11-02 20:00:36 +0100 |
commit | 7136f8d88c08f18158b63777fb270b62788ed169 (patch) | |
tree | a9748c9c97b8ff46f678372d3fb3e9bcb9180064 /arch/arm/plat-omap/i2c.c | |
parent | ARM: OMAP2+: Fix relative includes for serial.h (diff) | |
download | linux-7136f8d88c08f18158b63777fb270b62788ed169.tar.xz linux-7136f8d88c08f18158b63777fb270b62788ed169.zip |
ARM: OMAP: Remove unnecessary mach and plat includes
Now mach/hardware.h is empty for omap2+ and can be
removed except for plat-omap/dmtimer.c for omap1.
Also the include of mach/irqs.h can now be removed
for shared plat-omap/i2c.c as it's no longer needed.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap/i2c.c')
-rw-r--r-- | arch/arm/plat-omap/i2c.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/plat-omap/i2c.c b/arch/arm/plat-omap/i2c.c index 4645dd40b886..f9df624d108c 100644 --- a/arch/arm/plat-omap/i2c.c +++ b/arch/arm/plat-omap/i2c.c @@ -33,8 +33,6 @@ #include <plat/i2c.h> -#include <mach/irqs.h> - #define OMAP_I2C_MAX_CONTROLLERS 4 static struct omap_i2c_bus_platform_data i2c_pdata[OMAP_I2C_MAX_CONTROLLERS]; |