diff mbox

[18/18] iommu: tegra-smmu: remove cacheflush.h

Message ID E1ZJhXt-0004Ck-LR@rmk-PC.arm.linux.org.uk
State Accepted, archived
Headers show

Commit Message

Russell King July 27, 2015, 12:30 p.m. UTC
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
---
 drivers/iommu/tegra-smmu.c | 2 --
 1 file changed, 2 deletions(-)

Comments

Thierry Reding July 27, 2015, 2:13 p.m. UTC | #1
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 mbox

Patch

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>