diff options
author | Wim Van Sebroeck <wim@iguana.be> | 2008-07-15 15:46:11 +0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2008-08-06 17:02:16 +0400 |
commit | 089ab0791d127e8ada526c4b4d18b7584be8acf0 (patch) | |
tree | 55fc79dd4b1fb60cc6dbd361bd69af3163d3d467 /drivers/watchdog/geodewdt.c | |
parent | 9e74114d96bb5dbaa17b9292139b0c6205e0b971 (diff) | |
download | linux-089ab0791d127e8ada526c4b4d18b7584be8acf0.tar.xz |
[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/geodewdt.c')
-rw-r--r-- | drivers/watchdog/geodewdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/geodewdt.c b/drivers/watchdog/geodewdt.c index 30d09cbbad94..a41f57ce581a 100644 --- a/drivers/watchdog/geodewdt.c +++ b/drivers/watchdog/geodewdt.c @@ -17,8 +17,8 @@ #include <linux/fs.h> #include <linux/platform_device.h> #include <linux/reboot.h> +#include <linux/uaccess.h> -#include <asm/uaccess.h> #include <asm/geode.h> #define GEODEWDT_HZ 500 |