MFD: ucb1x00-core: get rid of mach/hardware.h include
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 21 Jan 2012 16:41:26 +0000 (16:41 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 18 Feb 2012 23:15:32 +0000 (23:15 +0000)
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>
drivers/mfd/ucb1x00-core.c

index 6825169b06fc41c27477e3c6d3cfaf03b675522c..cc1c0dce7bd91b311f663a73e9935d1cbfcff4ed 100644 (file)
@@ -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);
This page took 0.026743 seconds and 5 git commands to generate.