diff options
Diffstat (limited to 'drivers/video/fb_sys_fops.c')
-rw-r--r-- | drivers/video/fb_sys_fops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fb_sys_fops.c b/drivers/video/fb_sys_fops.c index cf2538d669cd..ff275d7f3eaf 100644 --- a/drivers/video/fb_sys_fops.c +++ b/drivers/video/fb_sys_fops.c | |||
@@ -11,7 +11,7 @@ | |||
11 | */ | 11 | */ |
12 | #include <linux/fb.h> | 12 | #include <linux/fb.h> |
13 | #include <linux/module.h> | 13 | #include <linux/module.h> |
14 | #include <asm/uaccess.h> | 14 | #include <linux/uaccess.h> |
15 | 15 | ||
16 | ssize_t fb_sys_read(struct fb_info *info, char __user *buf, size_t count, | 16 | ssize_t fb_sys_read(struct fb_info *info, char __user *buf, size_t count, |
17 | loff_t *ppos) | 17 | loff_t *ppos) |