Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7136f8d8 authored by Tony Lindgren's avatar Tony Lindgren
Browse files

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: default avatarTony Lindgren <tony@atomide.com>
parent 2c0b495b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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>
+0 −2
Original line number Diff line number Diff line
@@ -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"
+0 −1
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@
#include <linux/string.h>
#include <linux/delay.h>
#include <linux/gpio.h>
#include <mach/hardware.h>
#include <linux/platform_data/gpio-omap.h>

#include "soc.h"
+0 −1
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@
#include <linux/io.h>
#include <linux/smc91x.h>

#include <mach/hardware.h>
#include <plat/debug-devices.h>

/* Many OMAP development platforms reuse the same "debug board"; these
+1 −3
Original line number Diff line number Diff line
@@ -43,8 +43,6 @@

#include <plat/dmtimer.h>

#include <mach/hardware.h>

static u32 omap_reserved_systimers;
static LIST_HEAD(omap_timer_list);
static DEFINE_SPINLOCK(dm_timer_lock);
@@ -270,7 +268,7 @@ int omap_dm_timer_get_irq(struct omap_dm_timer *timer)
EXPORT_SYMBOL_GPL(omap_dm_timer_get_irq);

#if defined(CONFIG_ARCH_OMAP1)

#include <mach/hardware.h>
/**
 * omap_dm_timer_modify_idlect_mask - Check if any running timers use ARMXOR
 * @inputmask: current value of idlect mask
Loading