Commit 90a8691f090630120033df5778c4e66184664b8e

Authored by Craig McQueen
1 parent 1d1cb1ee

Change include.

Showing 1 changed file with 1 additions and 1 deletions
module/tty0tty.c
... ... @@ -36,7 +36,7 @@
36 36 #include <linux/tty_flip.h>
37 37 #include <linux/serial.h>
38 38 #include <linux/sched.h>
39   -#include <asm/uaccess.h>
  39 +#include <linux/uaccess.h>
40 40  
41 41  
42 42 #define DRIVER_VERSION "v1.0"
... ...