diff options
author | Shawn Guo <[email protected]> | 2012-09-15 14:33:40 +0800 |
---|---|---|
committer | Shawn Guo <[email protected]> | 2012-10-15 10:03:14 +0800 |
commit | 881994638c4033815dcdd26f43d209e83760d493 (patch) | |
tree | 992338d0af1282e28bedc5d965a5d41c056de8f3 | |
parent | 23a8ee4dcc265892c8a490e202201ae93baec8ae (diff) |
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 <[email protected]>
Acked-by: Sascha Hauer <[email protected]>
Acked-by: Arnd Bergmann <[email protected]>
Cc: Wim Van Sebroeck <[email protected]>
Cc: [email protected]
-rw-r--r-- | drivers/watchdog/imx2_wdt.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <linux/uaccess.h> #include <linux/timer.h> #include <linux/jiffies.h> -#include <mach/hardware.h> #define DRIVER_NAME "imx2-wdt" |