diff options
author | Wim Van Sebroeck <wim@iguana.be> | 2009-03-18 09:09:26 (GMT) |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2009-03-25 09:07:34 (GMT) |
commit | 278aefc51bdbc7f1a3d39c9bd5313c78335b7828 (patch) | |
tree | 197a9fe101d0a8588528ba76dc7de20ba45c5467 /drivers/watchdog/riowd.c | |
parent | 143a2e54bf53216674eada16e8953f48b159e08a (diff) | |
download | linux-278aefc51bdbc7f1a3d39c9bd5313c78335b7828.tar.xz |
[WATCHDOG] Fix io.h & uaccess.h includes.
Fix following includes:
* #include <asm/io.h> should be #include <linux/io.h>
* #include <asm/uaccess.h> should be #include <linux/uaccess.h>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/riowd.c')
-rw-r--r-- | drivers/watchdog/riowd.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/watchdog/riowd.c b/drivers/watchdog/riowd.c index 2cff533..1e8f02f 100644 --- a/drivers/watchdog/riowd.c +++ b/drivers/watchdog/riowd.c @@ -14,9 +14,8 @@ #include <linux/watchdog.h> #include <linux/of.h> #include <linux/of_device.h> - -#include <asm/io.h> -#include <asm/uaccess.h> +#include <linux/io.h> +#include <linux/uaccess.h> /* RIO uses the NatSemi Super I/O power management logical device |