From: Thierry Reding Date: Tue, 24 Sep 2013 14:32:47 +0000 (+0200) Subject: gpu: host1x: Cleanup includes X-Git-Tag: v3.13-rc1~76^2~65^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9eb9b220fc7deec9022d2340346f12554a3c7f1c;p=pandora-kernel.git gpu: host1x: Cleanup includes Most of the included files are either not required or already included by some other header file. Signed-off-by: Thierry Reding --- diff --git a/drivers/gpu/host1x/drm/dc.c b/drivers/gpu/host1x/drm/dc.c index c4765b3196c6..e11aec779a15 100644 --- a/drivers/gpu/host1x/drm/dc.c +++ b/drivers/gpu/host1x/drm/dc.c @@ -8,11 +8,8 @@ */ #include -#include -#include -#include -#include #include +#include #include "host1x_client.h" #include "dc.h" Reading git-diff-tree failed