Commit dd37739f47ea278a57d66b2afe20243f0a6294a0

Authored by Jesper Juhl
Committed by Paul Mundt
1 parent 20733d59d5

Remove unneeded version.h includes from drivers/video/

It was pointed out by 'make versioncheck' that some includes of
linux/version.h are not needed in drivers/video/.
This patch removes them.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Acked-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>

Showing 4 changed files with 0 additions and 5 deletions Side-by-side Diff

drivers/video/backlight/adp8860_bl.c
... ... @@ -7,7 +7,6 @@
7 7 */
8 8  
9 9 #include <linux/module.h>
10   -#include <linux/version.h>
11 10 #include <linux/init.h>
12 11 #include <linux/errno.h>
13 12 #include <linux/pm.h>
drivers/video/backlight/adp8870_bl.c
... ... @@ -7,7 +7,6 @@
7 7 */
8 8  
9 9 #include <linux/module.h>
10   -#include <linux/version.h>
11 10 #include <linux/init.h>
12 11 #include <linux/errno.h>
13 12 #include <linux/pm.h>
drivers/video/pxa3xx-gcu.c
... ... @@ -31,8 +31,6 @@
31 31 */
32 32  
33 33 #include <linux/module.h>
34   -#include <linux/version.h>
35   -
36 34 #include <linux/platform_device.h>
37 35 #include <linux/dma-mapping.h>
38 36 #include <linux/miscdevice.h>
drivers/video/xilinxfb.c
... ... @@ -23,7 +23,6 @@
23 23 #include <linux/device.h>
24 24 #include <linux/module.h>
25 25 #include <linux/kernel.h>
26   -#include <linux/version.h>
27 26 #include <linux/errno.h>
28 27 #include <linux/string.h>
29 28 #include <linux/mm.h>