Skip to content

Commit

Permalink
drivers: gpu: drm: gma500: mdfld_dsi_output.h: Remove not unneeded in…
Browse files Browse the repository at this point in the history
…clude 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>
  • Loading branch information
Marcos Paulo de Souza authored and Dave Airlie committed Apr 19, 2012
1 parent dfc6ae5 commit 5edaad8
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 5edaad8

Please sign in to comment.