diff options
author | Jesper Juhl <jj@chaosbits.net> | 2011-06-24 02:35:17 +0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-06-24 12:16:51 +0400 |
commit | dd37739f47ea278a57d66b2afe20243f0a6294a0 (patch) | |
tree | 1ce0085e785b4e9042310158ea0e12a8e12da11e /drivers/video/backlight/adp8870_bl.c | |
parent | 20733d59d5763ecd96276f868c1f39e677b3b4e2 (diff) | |
download | linux-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/backlight/adp8870_bl.c')
-rw-r--r-- | drivers/video/backlight/adp8870_bl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/backlight/adp8870_bl.c b/drivers/video/backlight/adp8870_bl.c index 05a8832bb3eb..383c4c364b5f 100644 --- a/drivers/video/backlight/adp8870_bl.c +++ b/drivers/video/backlight/adp8870_bl.c @@ -7,7 +7,6 @@ */ #include <linux/module.h> -#include <linux/version.h> #include <linux/init.h> #include <linux/errno.h> #include <linux/pm.h> |