diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-01-21 11:41:26 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-02-18 18:15:32 -0500 |
commit | c364ff473a8d31c93da5e21ac5d2789a935c8faf (patch) | |
tree | 1d9502b1a4fb09f187afe5503befff7db3b740b2 /drivers/mfd/ucb1x00-core.c | |
parent | 945f6310d3cf0523560b33b9ddb3271666141bd5 (diff) |
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.c | 2 |
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 @@ | |||
29 | #include <linux/gpio.h> | 29 | #include <linux/gpio.h> |
30 | #include <linux/semaphore.h> | 30 | #include <linux/semaphore.h> |
31 | 31 | ||
32 | #include <mach/hardware.h> | ||
33 | |||
34 | static DEFINE_MUTEX(ucb1x00_mutex); | 32 | static DEFINE_MUTEX(ucb1x00_mutex); |
35 | static LIST_HEAD(ucb1x00_drivers); | 33 | static LIST_HEAD(ucb1x00_drivers); |
36 | static LIST_HEAD(ucb1x00_devices); | 34 | static LIST_HEAD(ucb1x00_devices); |