diff options
author | Wim Van Sebroeck <wim@iguana.be> | 2008-07-15 11:46:11 +0000 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2008-08-06 13:02:16 +0000 |
commit | 089ab0791d127e8ada526c4b4d18b7584be8acf0 (patch) | |
tree | 55fc79dd4b1fb60cc6dbd361bd69af3163d3d467 /drivers/watchdog/alim1535_wdt.c | |
parent | 9e74114d96bb5dbaa17b9292139b0c6205e0b971 (diff) | |
download | talos-obmc-linux-089ab0791d127e8ada526c4b4d18b7584be8acf0.tar.gz talos-obmc-linux-089ab0791d127e8ada526c4b4d18b7584be8acf0.zip |
[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/alim1535_wdt.c')
-rw-r--r-- | drivers/watchdog/alim1535_wdt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/watchdog/alim1535_wdt.c b/drivers/watchdog/alim1535_wdt.c index 88760cb5ec13..80e323ddc4ba 100644 --- a/drivers/watchdog/alim1535_wdt.c +++ b/drivers/watchdog/alim1535_wdt.c @@ -18,7 +18,6 @@ #include <linux/init.h> #include <linux/fs.h> #include <linux/pci.h> - #include <linux/uaccess.h> #include <linux/io.h> |