All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] iommu: Remove duplicate include
@ 2023-08-18  9:26 Jiapeng Chong
  2023-09-25 10:41 ` Joerg Roedel
  0 siblings, 1 reply; 2+ messages in thread
From: Jiapeng Chong @ 2023-08-18  9:26 UTC (permalink / raw)
  To: joro; +Cc: will, robin.murphy, iommu, linux-kernel, Jiapeng Chong, Abaci Robot

./drivers/iommu/iommu.c: iommu-priv.h is included more than once.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=6186
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
---
 drivers/iommu/iommu.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/iommu/iommu.c b/drivers/iommu/iommu.c
index 1e017e1bf5ea..72cab9880d29 100644
--- a/drivers/iommu/iommu.c
+++ b/drivers/iommu/iommu.c
@@ -37,7 +37,6 @@
 #include "iommu-priv.h"
 
 #include "iommu-sva.h"
-#include "iommu-priv.h"
 
 static struct kset *iommu_group_kset;
 static DEFINE_IDA(iommu_group_ida);
-- 
2.20.1.7.g153144c


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

* Re: [PATCH] iommu: Remove duplicate include
  2023-08-18  9:26 [PATCH] iommu: Remove duplicate include Jiapeng Chong
@ 2023-09-25 10:41 ` Joerg Roedel
  0 siblings, 0 replies; 2+ messages in thread
From: Joerg Roedel @ 2023-09-25 10:41 UTC (permalink / raw)
  To: Jiapeng Chong; +Cc: will, robin.murphy, iommu, linux-kernel, Abaci Robot

On Fri, Aug 18, 2023 at 05:26:20PM +0800, Jiapeng Chong wrote:
>  drivers/iommu/iommu.c | 1 -
>  1 file changed, 1 deletion(-)

Applied, thanks.

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

end of thread, other threads:[~2023-09-25 10:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-18  9:26 [PATCH] iommu: Remove duplicate include Jiapeng Chong
2023-09-25 10:41 ` Joerg Roedel

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.