From: Russell King Date: Sat, 21 Jan 2012 16:41:26 +0000 (+0000) Subject: MFD: ucb1x00-core: get rid of mach/hardware.h include X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=c364ff473a8d31c93da5e21ac5d2789a935c8faf;p=deliverable%2Flinux.git 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 Signed-off-by: Russell King --- 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 #include -#include - static DEFINE_MUTEX(ucb1x00_mutex); static LIST_HEAD(ucb1x00_drivers); static LIST_HEAD(ucb1x00_devices);