summaryrefslogtreecommitdiff
path: root/drivers/video/pxa3xx-gcu.c
diff options
context:
space:
mode:
authorJesper Juhl <jj@chaosbits.net>2011-06-24 02:35:17 +0400
committerPaul Mundt <lethal@linux-sh.org>2011-06-24 12:16:51 +0400
commitdd37739f47ea278a57d66b2afe20243f0a6294a0 (patch)
tree1ce0085e785b4e9042310158ea0e12a8e12da11e /drivers/video/pxa3xx-gcu.c
parent20733d59d5763ecd96276f868c1f39e677b3b4e2 (diff)
downloadlinux-dd37739f47ea278a57d66b2afe20243f0a6294a0.tar.xz
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.c2
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 @@
*/
#include <linux/module.h>
-#include <linux/version.h>
-
#include <linux/platform_device.h>
#include <linux/dma-mapping.h>
#include <linux/miscdevice.h>