From: Shawn Guo Date: Sat, 15 Sep 2012 06:33:40 +0000 (+0800) Subject: watchdog: imx2_wdt: remove unneeded mach/hardware.h inclusion X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=881994638c4033815dcdd26f43d209e83760d493;p=linux-beck.git watchdog: imx2_wdt: remove unneeded mach/hardware.h inclusion The inclusion of mach/hardware.h is not used by the driver at all. Remove it. Signed-off-by: Shawn Guo Acked-by: Sascha Hauer Acked-by: Arnd Bergmann Cc: Wim Van Sebroeck Cc: linux-watchdog@vger.kernel.org --- diff --git a/drivers/watchdog/imx2_wdt.c b/drivers/watchdog/imx2_wdt.c index bcfab2b00ad2..9a45d0294cf4 100644 --- a/drivers/watchdog/imx2_wdt.c +++ b/drivers/watchdog/imx2_wdt.c @@ -33,7 +33,6 @@ #include #include #include -#include #define DRIVER_NAME "imx2-wdt"