aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/pcwd_usb.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/pcwd_usb.c
parent[WATCHDOG] hpwdt.c - fix double includes (diff)
downloadlinux-dev-089ab0791d127e8ada526c4b4d18b7584be8acf0.tar.xz
linux-dev-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/pcwd_usb.c')
-rw-r--r--drivers/watchdog/pcwd_usb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/watchdog/pcwd_usb.c b/drivers/watchdog/pcwd_usb.c
index bf443d077a1e..825102a33910 100644
--- a/drivers/watchdog/pcwd_usb.c
+++ b/drivers/watchdog/pcwd_usb.c
@@ -40,8 +40,7 @@
#include <linux/slab.h> /* For kmalloc, ... */
#include <linux/mutex.h> /* For mutex locking */
#include <linux/hid.h> /* For HID_REQ_SET_REPORT & HID_DT_REPORT */
-
-#include <asm/uaccess.h> /* For copy_to_user/put_user/... */
+#include <linux/uaccess.h> /* For copy_to_user/put_user/... */
#ifdef CONFIG_USB_DEBUG