All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] iommu/vt-d: Fix duplicate included linux/dma-map-ops.h
@ 2020-12-28  1:26 Tian Tao
  2020-12-31  3:44 ` Lu Baolu
  2021-01-12 19:03 ` Will Deacon
  0 siblings, 2 replies; 3+ messages in thread
From: Tian Tao @ 2020-12-28  1:26 UTC (permalink / raw)
  To: dwmw2, baolu.lu, joro, will; +Cc: iommu

linux/dma-map-ops.h is included more than once, Remove the one that
isn't necessary.

Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
---
 drivers/iommu/intel/iommu.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/iommu/intel/iommu.c b/drivers/iommu/intel/iommu.c
index 788119c..e6c8cc7 100644
--- a/drivers/iommu/intel/iommu.c
+++ b/drivers/iommu/intel/iommu.c
@@ -38,7 +38,6 @@
 #include <linux/dmi.h>
 #include <linux/pci-ats.h>
 #include <linux/memblock.h>
-#include <linux/dma-map-ops.h>
 #include <linux/dma-direct.h>
 #include <linux/crash_dump.h>
 #include <linux/numa.h>
-- 
2.7.4

_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] iommu/vt-d: Fix duplicate included linux/dma-map-ops.h
  2020-12-28  1:26 [PATCH] iommu/vt-d: Fix duplicate included linux/dma-map-ops.h Tian Tao
@ 2020-12-31  3:44 ` Lu Baolu
  2021-01-12 19:03 ` Will Deacon
  1 sibling, 0 replies; 3+ messages in thread
From: Lu Baolu @ 2020-12-31  3:44 UTC (permalink / raw)
  To: Tian Tao, dwmw2, joro, will; +Cc: iommu

On 2020/12/28 9:26, Tian Tao wrote:
> linux/dma-map-ops.h is included more than once, Remove the one that
> isn't necessary.
> 
> Signed-off-by: Tian Tao <tiantao6@hisilicon.com>

Acked-by: Lu Baolu <baolu.lu@linux.intel.com>

Best regards,
baolu

> ---
>   drivers/iommu/intel/iommu.c | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/iommu/intel/iommu.c b/drivers/iommu/intel/iommu.c
> index 788119c..e6c8cc7 100644
> --- a/drivers/iommu/intel/iommu.c
> +++ b/drivers/iommu/intel/iommu.c
> @@ -38,7 +38,6 @@
>   #include <linux/dmi.h>
>   #include <linux/pci-ats.h>
>   #include <linux/memblock.h>
> -#include <linux/dma-map-ops.h>
>   #include <linux/dma-direct.h>
>   #include <linux/crash_dump.h>
>   #include <linux/numa.h>
> 
_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] iommu/vt-d: Fix duplicate included linux/dma-map-ops.h
  2020-12-28  1:26 [PATCH] iommu/vt-d: Fix duplicate included linux/dma-map-ops.h Tian Tao
  2020-12-31  3:44 ` Lu Baolu
@ 2021-01-12 19:03 ` Will Deacon
  1 sibling, 0 replies; 3+ messages in thread
From: Will Deacon @ 2021-01-12 19:03 UTC (permalink / raw)
  To: dwmw2, joro, baolu.lu, Tian Tao
  Cc: catalin.marinas, iommu, kernel-team, Will Deacon

On Mon, 28 Dec 2020 09:26:14 +0800, Tian Tao wrote:
> linux/dma-map-ops.h is included more than once, Remove the one that
> isn't necessary.

Applied to arm64 (for-next/iommu/fixes), thanks!

[1/1] iommu/vt-d: Fix duplicate included linux/dma-map-ops.h
      https://git.kernel.org/arm64/c/694a1c0adebe

Cheers,
-- 
Will

https://fixes.arm64.dev
https://next.arm64.dev
https://will.arm64.dev
_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-01-12 19:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-28  1:26 [PATCH] iommu/vt-d: Fix duplicate included linux/dma-map-ops.h Tian Tao
2020-12-31  3:44 ` Lu Baolu
2021-01-12 19:03 ` Will Deacon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.