[PATCH 17/33] MFD: ucb1x00-core: get rid of mach/hardware.h include
Russell King - ARM Linux
linux at arm.linux.org.uk
Wed Jan 25 09:35:51 EST 2012
Nothing in this driver requires anything from the machine/platform
headers, so remove this needless header file.
Signed-off-by: Russell King <rmk+kernel at arm.linux.org.uk>
---
drivers/mfd/ucb1x00-core.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/drivers/mfd/ucb1x00-core.c b/drivers/mfd/ucb1x00-core.c
index 6825169..cc1c0dc 100644
--- a/drivers/mfd/ucb1x00-core.c
+++ b/drivers/mfd/ucb1x00-core.c
@@ -29,8 +29,6 @@
#include <linux/gpio.h>
#include <linux/semaphore.h>
-#include <mach/hardware.h>
-
static DEFINE_MUTEX(ucb1x00_mutex);
static LIST_HEAD(ucb1x00_drivers);
static LIST_HEAD(ucb1x00_devices);
--
1.7.4.4
More information about the linux-arm-kernel
mailing list