Browse Source

funsoft: Switch to linux/uaccess

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Alan Cox 17 years ago
parent
commit
64701e8122
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/usb/serial/funsoft.c

+ 1 - 1
drivers/usb/serial/funsoft.c

@@ -14,7 +14,7 @@
 #include <linux/module.h>
 #include <linux/usb.h>
 #include <linux/usb/serial.h>
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
 
 static int debug;