diff options
author | Wim Van Sebroeck <wim@iguana.be> | 2008-07-15 07:46:11 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2008-08-06 09:02:16 -0400 |
commit | 089ab0791d127e8ada526c4b4d18b7584be8acf0 (patch) | |
tree | 55fc79dd4b1fb60cc6dbd361bd69af3163d3d467 /drivers/watchdog/alim7101_wdt.c | |
parent | 9e74114d96bb5dbaa17b9292139b0c6205e0b971 (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/alim7101_wdt.c')
-rw-r--r-- | drivers/watchdog/alim7101_wdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/alim7101_wdt.c b/drivers/watchdog/alim7101_wdt.c index c495f36c6aa9..726e75d9db7a 100644 --- a/drivers/watchdog/alim7101_wdt.c +++ b/drivers/watchdog/alim7101_wdt.c | |||
@@ -31,9 +31,9 @@ | |||
31 | #include <linux/init.h> | 31 | #include <linux/init.h> |
32 | #include <linux/fs.h> | 32 | #include <linux/fs.h> |
33 | #include <linux/pci.h> | 33 | #include <linux/pci.h> |
34 | |||
35 | #include <linux/io.h> | 34 | #include <linux/io.h> |
36 | #include <linux/uaccess.h> | 35 | #include <linux/uaccess.h> |
36 | |||
37 | #include <asm/system.h> | 37 | #include <asm/system.h> |
38 | 38 | ||
39 | #define OUR_NAME "alim7101_wdt" | 39 | #define OUR_NAME "alim7101_wdt" |