Peter M. Groen
/
tty0tty
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
90a8691f090630120033df5778c4e66184664b8e
Authored by
Craig McQueen
2013-07-03 16:00:21 +1000
1 parent
1d1cb1ee
Change include.
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
module/tty0tty.c
module/tty0tty.c
View file @
90a8691
...
...
@@ -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"
...
...