diff options
Diffstat (limited to 'drivers/video/ps3fb.c')
-rw-r--r-- | drivers/video/ps3fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/ps3fb.c b/drivers/video/ps3fb.c index 646ec823c16..e0beb979cec 100644 --- a/drivers/video/ps3fb.c +++ b/drivers/video/ps3fb.c @@ -34,7 +34,7 @@ #include <linux/kthread.h> #include <linux/freezer.h> -#include <asm/uaccess.h> +#include <linux/uaccess.h> #include <linux/fb.h> #include <linux/init.h> #include <asm/time.h> |