aboutsummaryrefslogtreecommitdiff
path: root/drivers/watchdog/advantechwdt.c
diff options
context:
space:
mode:
authorWim Van Sebroeck <wim@iguana.be>2008-07-15 11:46:11 +0000
committerWim Van Sebroeck <wim@iguana.be>2008-08-06 13:02:16 +0000
commit089ab0791d127e8ada526c4b4d18b7584be8acf0 (patch)
tree55fc79dd4b1fb60cc6dbd361bd69af3163d3d467 /drivers/watchdog/advantechwdt.c
parent9e74114d96bb5dbaa17b9292139b0c6205e0b971 (diff)
[WATCHDOG] Clean-up includes
Use #include <linux/io.h> instead of <asm/io.h> Use #include <linux/uaccess.h> instead of <asm/uaccess.h> Clean-up includes. Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/advantechwdt.c')
-rw-r--r--drivers/watchdog/advantechwdt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/watchdog/advantechwdt.c b/drivers/watchdog/advantechwdt.c
index 220d238ee427..e6bf8d2d3d30 100644
--- a/drivers/watchdog/advantechwdt.c
+++ b/drivers/watchdog/advantechwdt.c
@@ -37,9 +37,9 @@
#include <linux/ioport.h>
#include <linux/platform_device.h>
#include <linux/init.h>
+#include <linux/io.h>
+#include <linux/uaccess.h>
-#include <asm/io.h>
-#include <asm/uaccess.h>
#include <asm/system.h>
#define DRV_NAME "advantechwdt"