From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: [PATCH] iommu: tegra: remove include of Date: Tue, 2 Oct 2012 16:15:49 -0600 Message-ID: <1349216149-858-1-git-send-email-swarren@wwwdotorg.org> Return-path: Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Joerg Roedel Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Stephen Warren List-Id: linux-tegra@vger.kernel.org From: Stephen Warren Nothing from this file is used, and the file will hopefully be deleted soon. Signed-off-by: Stephen Warren --- Joerg, if this patch can get into 3.7 (it's late, I know) then that would be great. If not, may I please request an ack so I can take the change through the Tegra tree in 3.8, since I will probably have cleanup patches that depend on this change. Thanks. This is based on the IOMMU arm/tegra branch. --- drivers/iommu/tegra-smmu.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/iommu/tegra-smmu.c b/drivers/iommu/tegra-smmu.c index e1d17fe..e7b56da 100644 --- a/drivers/iommu/tegra-smmu.c +++ b/drivers/iommu/tegra-smmu.c @@ -38,7 +38,6 @@ #include #include -#include #include enum smmu_hwgrp { -- 1.7.0.4