Skip to content

Commit

Permalink
Remove unneeded version.h includes from drivers/video/
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jesper Juhl authored and Paul Mundt committed Jun 24, 2011
1 parent 20733d5 commit dd37739
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion drivers/video/backlight/adp8860_bl.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
*/

#include <linux/module.h>
#include <linux/version.h>
#include <linux/init.h>
#include <linux/errno.h>
#include <linux/pm.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/video/backlight/adp8870_bl.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
*/

#include <linux/module.h>
#include <linux/version.h>
#include <linux/init.h>
#include <linux/errno.h>
#include <linux/pm.h>
Expand Down
2 changes: 0 additions & 2 deletions drivers/video/pxa3xx-gcu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 0 additions & 1 deletion drivers/video/xilinxfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include <linux/device.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/version.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/mm.h>
Expand Down

0 comments on commit dd37739

Please sign in to comment.