diff options
author | Jesper Juhl <jj@chaosbits.net> | 2011-06-23 18:35:17 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-06-24 04:16:51 -0400 |
commit | dd37739f47ea278a57d66b2afe20243f0a6294a0 (patch) | |
tree | 1ce0085e785b4e9042310158ea0e12a8e12da11e /drivers/video/pxa3xx-gcu.c | |
parent | 20733d59d5763ecd96276f868c1f39e677b3b4e2 (diff) |
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>
Diffstat (limited to 'drivers/video/pxa3xx-gcu.c')
-rw-r--r-- | drivers/video/pxa3xx-gcu.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/pxa3xx-gcu.c b/drivers/video/pxa3xx-gcu.c index 0283c7021090..d8de5577d3cf 100644 --- a/drivers/video/pxa3xx-gcu.c +++ b/drivers/video/pxa3xx-gcu.c | |||
@@ -31,8 +31,6 @@ | |||
31 | */ | 31 | */ |
32 | 32 | ||
33 | #include <linux/module.h> | 33 | #include <linux/module.h> |
34 | #include <linux/version.h> | ||
35 | |||
36 | #include <linux/platform_device.h> | 34 | #include <linux/platform_device.h> |
37 | #include <linux/dma-mapping.h> | 35 | #include <linux/dma-mapping.h> |
38 | #include <linux/miscdevice.h> | 36 | #include <linux/miscdevice.h> |