From 9eb9b220fc7deec9022d2340346f12554a3c7f1c Mon Sep 17 00:00:00 2001 From: Thierry Reding Date: Tue, 24 Sep 2013 16:32:47 +0200 Subject: 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 --- drivers/gpu/host1x/drm/gem.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'drivers/gpu/host1x/drm/gem.c') diff --git a/drivers/gpu/host1x/drm/gem.c b/drivers/gpu/host1x/drm/gem.c index 59623de4ee15..4a21378e5350 100644 --- a/drivers/gpu/host1x/drm/gem.c +++ b/drivers/gpu/host1x/drm/gem.c @@ -18,15 +18,6 @@ * GNU General Public License for more details. */ -#include -#include -#include -#include -#include - -#include -#include - #include "gem.h" static inline struct tegra_bo *host1x_to_drm_bo(struct host1x_bo *bo) -- cgit v1.2.3