Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 88199463 authored by Shawn Guo's avatar Shawn Guo
Browse files

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: default avatarShawn Guo <shawn.guo@linaro.org>
Acked-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
Cc: Wim Van Sebroeck <wim@iguana.be>
Cc: linux-watchdog@vger.kernel.org
parent 23a8ee4d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -33,7 +33,6 @@
#include <linux/uaccess.h>
#include <linux/timer.h>
#include <linux/jiffies.h>
#include <mach/hardware.h>

#define DRIVER_NAME "imx2-wdt"