aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/ucb1x00-core.c
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2012-01-21 16:41:26 +0000
committerRussell King <rmk+kernel@arm.linux.org.uk>2012-02-18 23:15:32 +0000
commitc364ff473a8d31c93da5e21ac5d2789a935c8faf (patch)
tree1d9502b1a4fb09f187afe5503befff7db3b740b2 /drivers/mfd/ucb1x00-core.c
parentMFD: ucb1x00-ts: provide input layer with device parent (diff)
downloadlinux-dev-c364ff473a8d31c93da5e21ac5d2789a935c8faf.tar.xz
linux-dev-c364ff473a8d31c93da5e21ac5d2789a935c8faf.zip
MFD: ucb1x00-core: get rid of mach/hardware.h include
Nothing in this driver requires anything from the machine/platform headers, so remove this needless header file. Acked-by: Jochen Friedrich <jochen@scram.de> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/mfd/ucb1x00-core.c')
-rw-r--r--drivers/mfd/ucb1x00-core.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mfd/ucb1x00-core.c b/drivers/mfd/ucb1x00-core.c
index 6825169b06fc..cc1c0dce7bd9 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);