Skip to content

Commit

Permalink
gma500: strip unneeded version headers
Browse files Browse the repository at this point in the history
Remove unneeded version.h includes from drivers/staging/gma500/

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@chaosbits.net>
[updated for all th file cleanup and movement]
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Jesper Juhl authored and Greg Kroah-Hartman committed Jul 8, 2011
1 parent 51c9d65 commit fa3b1c8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion drivers/staging/gma500/framebuffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#ifndef _FRAMEBUFFER_H_
#define _FRAMEBUFFER_H_

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

Expand Down
1 change: 0 additions & 1 deletion drivers/staging/gma500/mdfld_dsi_dbi.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#define __MDFLD_DSI_DBI_H__

#include <linux/backlight.h>
#include <linux/version.h>
#include <drm/drmP.h>
#include <drm/drm.h>
#include <drm/drm_crtc.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/gma500/mdfld_dsi_output.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#define __MDFLD_DSI_OUTPUT_H__

#include <linux/backlight.h>
#include <linux/version.h>
#include <drm/drmP.h>
#include <drm/drm.h>
#include <drm/drm_crtc.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/gma500/psb_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#ifndef _PSB_DRV_H_
#define _PSB_DRV_H_

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

#include <drm/drmP.h>
Expand Down

0 comments on commit fa3b1c8

Please sign in to comment.