diff options
Diffstat (limited to 'drivers/video/epson1355fb.c')
-rw-r--r-- | drivers/video/epson1355fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/epson1355fb.c b/drivers/video/epson1355fb.c index 33be46ccb54f..cc2810ef5de5 100644 --- a/drivers/video/epson1355fb.c +++ b/drivers/video/epson1355fb.c | |||
@@ -57,7 +57,7 @@ | |||
57 | 57 | ||
58 | #include <asm/types.h> | 58 | #include <asm/types.h> |
59 | #include <asm/io.h> | 59 | #include <asm/io.h> |
60 | #include <asm/uaccess.h> | 60 | #include <linux/uaccess.h> |
61 | 61 | ||
62 | #include <video/epson1355.h> | 62 | #include <video/epson1355.h> |
63 | 63 | ||