aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/fb_sys_fops.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/fb_sys_fops.c')
-rw-r--r--drivers/video/fb_sys_fops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fb_sys_fops.c b/drivers/video/fb_sys_fops.c
index cf2538d669c..ff275d7f3ea 100644
--- a/drivers/video/fb_sys_fops.c
+++ b/drivers/video/fb_sys_fops.c
@@ -11,7 +11,7 @@
*/
#include <linux/fb.h>
#include <linux/module.h>
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
ssize_t fb_sys_read(struct fb_info *info, char __user *buf, size_t count,
loff_t *ppos)