[PATCH 20/37] Remove unneeded version.h includes fromdrivers/staging/gma500/

From: Jesper Juhl
Date: Thu Jun 23 2011 - 18:49:59 EST


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

Signed-off-by: Jesper Juhl <jj@xxxxxxxxxxxxx>
---
drivers/staging/gma500/psb_bl.c | 1 -
drivers/staging/gma500/psb_drv.h | 1 -
drivers/staging/gma500/psb_fb.h | 1 -
3 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/gma500/psb_bl.c b/drivers/staging/gma500/psb_bl.c
index 5dffc71..57423f5 100644
--- a/drivers/staging/gma500/psb_bl.c
+++ b/drivers/staging/gma500/psb_bl.c
@@ -21,7 +21,6 @@
*/

#include <linux/backlight.h>
-#include <linux/version.h>
#include "psb_drv.h"
#include "psb_intel_reg.h"
#include "psb_intel_drv.h"
diff --git a/drivers/staging/gma500/psb_drv.h b/drivers/staging/gma500/psb_drv.h
index e19a454..8e10c1c 100644
--- a/drivers/staging/gma500/psb_drv.h
+++ b/drivers/staging/gma500/psb_drv.h
@@ -20,7 +20,6 @@
#ifndef _PSB_DRV_H_
#define _PSB_DRV_H_

-#include <linux/version.h>
#include <linux/kref.h>

#include <drm/drmP.h>
diff --git a/drivers/staging/gma500/psb_fb.h b/drivers/staging/gma500/psb_fb.h
index c8ec0d6..9499d60 100644
--- a/drivers/staging/gma500/psb_fb.h
+++ b/drivers/staging/gma500/psb_fb.h
@@ -22,7 +22,6 @@
#ifndef _PSB_FB_H_
#define _PSB_FB_H_

-#include <linux/version.h>
#include <drm/drmP.h>
#include <drm/drm_fb_helper.h>

--
1.7.5.2


--
Jesper Juhl <jj@xxxxxxxxxxxxx> http://www.chaosbits.net/
Don't top-post http://www.catb.org/jargon/html/T/top-post.html
Plain text mails only, please.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/