drivers/video/mb862xx/mb862xxfbdrv.c needs uaccess.h
authorAndrew Morton <[email protected]>
Thu, 26 May 2011 23:24:55 +0000 (16:24 -0700)
committerLinus Torvalds <[email protected]>
Fri, 27 May 2011 00:12:32 +0000 (17:12 -0700)
alpha allmodconfig:

  drivers/video/mb862xx/mb862xxfbdrv.c: In function 'mb862xxfb_ioctl':
  drivers/video/mb862xx/mb862xxfbdrv.c:323: error: implicit declaration of function 'copy_to_user'
  drivers/video/mb862xx/mb862xxfbdrv.c:327: error: implicit declaration of function 'copy_from_user'

Cc: Paul Mundt <[email protected]>
Cc: Anatolij Gustschin <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/video/mb862xx/mb862xxfbdrv.c

index ea39336addfb791a2f806d4854e70675461a1158..f70bd63b01871223d74a2930bdd4823c27a120d7 100644 (file)
@@ -16,6 +16,7 @@
 
 #include <linux/fb.h>
 #include <linux/delay.h>
+#include <linux/uaccess.h>
 #include <linux/init.h>
 #include <linux/interrupt.h>
 #include <linux/pci.h>