Skip to content

Commit

Permalink
gma500: Don't needlessly include version.h in mdfld_dsi_output.h
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
jjuhl authored and Jiri Kosina committed Apr 16, 2012
1 parent c94bed8 commit b40b26c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/gpu/drm/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

0 comments on commit b40b26c

Please sign in to comment.