diff options
author | Marcos Paulo de Souza <marcos.souza.org@gmail.com> | 2012-04-18 04:30:02 (GMT) |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-04-19 13:38:02 (GMT) |
commit | 5edaad87000a143504a8f8e2864bb415a9287d94 (patch) | |
tree | c8898bd1612617d0b1a571fd42100448eb915aae /drivers/gpu | |
parent | dfc6ae5bd70d3a22a0e977943c31f6d55fc32820 (diff) | |
download | linux-5edaad87000a143504a8f8e2864bb415a9287d94.tar.xz |
drivers: gpu: drm: gma500: mdfld_dsi_output.h: Remove not unneeded include of version.h
The output of "make versioncheck" points a incorrect include of
version.h in the drivers/gpu/drm/gma500/mdfld_dsi_output.h:
drivers/gpu/drm/gma500/mdfld_dsi_output.h: 32 linux/version.h not needed.
If we take a look in the file, we can agree to remove it.
Cc: David Airlie <airlied@linux.ie>
Cc: <dri-devel@lists.freedesktop.org>
Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/gma500/mdfld_dsi_output.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/gma500/mdfld_dsi_output.h b/drivers/gpu/drm/gma500/mdfld_dsi_output.h index 21071ce..36eb074 100644 --- a/drivers/gpu/drm/gma500/mdfld_dsi_output.h +++ b/drivers/gpu/drm/gma500/mdfld_dsi_output.h @@ -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> |