mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-12 23:33:55 +08:00
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 <shawn.guo@linaro.org> Acked-by: Sascha Hauer <s.hauer@pengutronix.de> Acked-by: Arnd Bergmann <arnd@arndb.de> Cc: Wim Van Sebroeck <wim@iguana.be> Cc: linux-watchdog@vger.kernel.org
This commit is contained in:
parent
23a8ee4dcc
commit
881994638c
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user