aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2016-09-05 11:35:50 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2016-10-05 18:36:18 -0400
commit29abfbd9cbba798a89c9f9f977d7d63bff5a5d04 (patch)
treea84919662bc120caf0cb51b52ee3d528a64e547b /drivers/video
parentx86: separate extable.h, switch sections.h to it (diff)
downloadlinux-dev-29abfbd9cbba798a89c9f9f977d7d63bff5a5d04.tar.xz
linux-dev-29abfbd9cbba798a89c9f9f977d7d63bff5a5d04.zip
mips: separate extable.h, switch module.h to it
more victims of indirect include chains - au1200fb lasat/picvue_proc and watchdog/ath79_wdt ... as well as tb0219, spotted by Sudip Mukherjee Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/fbdev/au1200fb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/fbdev/au1200fb.c b/drivers/video/fbdev/au1200fb.c
index f9507b1894df..6c2b2ca4a909 100644
--- a/drivers/video/fbdev/au1200fb.c
+++ b/drivers/video/fbdev/au1200fb.c
@@ -43,6 +43,7 @@
#include <linux/ctype.h>
#include <linux/dma-mapping.h>
#include <linux/slab.h>
+#include <linux/uaccess.h>
#include <asm/mach-au1x00/au1000.h>
#include <asm/mach-au1x00/au1200fb.h> /* platform_data */