Message ID | E1ZJhXt-0004Ck-LR@rmk-PC.arm.linux.org.uk (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Mon, Jul 27, 2015 at 01:30:17PM +0100, Russell King wrote: > Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> > --- > drivers/iommu/tegra-smmu.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/drivers/iommu/tegra-smmu.c b/drivers/iommu/tegra-smmu.c > index e5d6bc45c58f..4a8b66f05d8f 100644 > --- a/drivers/iommu/tegra-smmu.c > +++ b/drivers/iommu/tegra-smmu.c > @@ -16,8 +16,6 @@ > #include <linux/platform_device.h> > #include <linux/slab.h> > > -#include <asm/cacheflush.h> > - Doesn't this logically belong in patch 13/18, along with the DMA API conversion that drops the last reference to these functions? Again, I can take care of squashing this into 13/18 if you don't have any objections and send a pull request to Joerg. Thierry
diff --git a/drivers/iommu/tegra-smmu.c b/drivers/iommu/tegra-smmu.c index e5d6bc45c58f..4a8b66f05d8f 100644 --- a/drivers/iommu/tegra-smmu.c +++ b/drivers/iommu/tegra-smmu.c @@ -16,8 +16,6 @@ #include <linux/platform_device.h> #include <linux/slab.h> -#include <asm/cacheflush.h> - #include <soc/tegra/ahb.h> #include <soc/tegra/mc.h>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> --- drivers/iommu/tegra-smmu.c | 2 -- 1 file changed, 2 deletions(-)