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>
Este commit está contenido en:
Tony Lindgren
2012-10-31 12:38:43 -07:00
padre 2c0b495b7c
commit 7136f8d88c
Se han modificado 7 ficheros con 1 adiciones y 11 borrados

Ver fichero

@@ -28,7 +28,6 @@
#include <linux/io.h>
#include <linux/gpio.h>
#include <mach/hardware.h>
#include <asm/mach-types.h>
#include <asm/mach/arch.h>
#include <asm/mach/map.h>