diff options
author | Tony Lindgren <tony@atomide.com> | 2012-10-31 12:38:43 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-11-02 12:00:36 -0700 |
commit | 7136f8d88c08f18158b63777fb270b62788ed169 (patch) | |
tree | a9748c9c97b8ff46f678372d3fb3e9bcb9180064 /arch/arm/mach-omap2/board-cm-t35.c | |
parent | 2c0b495b7cf87012ece69e845c47c4da78a52c5c (diff) |
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/mach-omap2/board-cm-t35.c')
-rw-r--r-- | arch/arm/mach-omap2/board-cm-t35.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/board-cm-t35.c b/arch/arm/mach-omap2/board-cm-t35.c index cf9449bde186..a8cad2237a2a 100644 --- a/arch/arm/mach-omap2/board-cm-t35.c +++ b/arch/arm/mach-omap2/board-cm-t35.c @@ -44,8 +44,6 @@ #include <video/omap-panel-tfp410.h> #include <linux/platform_data/spi-omap2-mcspi.h> -#include <mach/hardware.h> - #include "common.h" #include "mux.h" #include "sdram-micron-mt46h32m32lf-6.h" |