aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesper Juhl <[email protected]>2012-04-12 00:05:29 +0200
committerJiri Kosina <[email protected]>2012-04-16 14:38:19 +0200
commitb40b26ccfc31465363dbd3ff849bd84ec87fe9b7 (patch)
tree092f187647d1d5be381218608d0fd04b011a0006
parentc94bed8e1960587d3d93664b11ebf22677c1a541 (diff)
gma500: Don't needlessly include version.h in mdfld_dsi_output.h
drivers/gpu/drm/gma500/mdfld_dsi_output.h does not need to '#include <linux/version.h>' - so don't. Signed-off-by: Jesper Juhl <[email protected]> Acked-by: Alan Cox <[email protected]> Acked-by: Kirill A. Shutemov <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
-rw-r--r--drivers/gpu/drm/gma500/mdfld_dsi_output.h1
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 21071cef92a4..36eb0744841c 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>