From 6caed87c74b69f246e796c59b35f0bdc3979b151 Mon Sep 17 00:00:00 2001 From: Hiroshi DOYU Date: Mon, 16 Jan 2012 10:29:05 +0200 Subject: gpu: ion: Remove unnecessary header inclusions This should be independent of any SoCs. Remove tegra specific header inclusion and other unnecessary ones too. Change-Id: I2fcc7481b535f7c9348d36a1974e2b8b8883046d Signed-off-by: Hiroshi DOYU Reviewed-on: http://git-master/r/75528 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Krishna Reddy Reviewed-by: Stephen Warren Reviewed-by: Varun Wadekar --- drivers/gpu/ion/ion_iommu_heap.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'drivers/gpu') diff --git a/drivers/gpu/ion/ion_iommu_heap.c b/drivers/gpu/ion/ion_iommu_heap.c index f0246cb39fae..106c0d075570 100644 --- a/drivers/gpu/ion/ion_iommu_heap.c +++ b/drivers/gpu/ion/ion_iommu_heap.c @@ -20,20 +20,17 @@ #define pr_fmt(fmt) "%s(): " fmt, __func__ #include -#include +#include #include #include #include #include -#include -#include #include #include #include #include #include -#include #include #include "ion_priv.h" -- cgit v1.2.3