Commit ccb76c57 authored by Jiapeng Chong's avatar Jiapeng Chong Committed by Joerg Roedel

iommu: Remove duplicate include

./drivers/iommu/iommu.c: iommu-priv.h is included more than once.
Reported-by: default avatarAbaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=6186Signed-off-by: default avatarJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Link: https://lore.kernel.org/r/20230818092620.91748-1-jiapeng.chong@linux.alibaba.comSigned-off-by: default avatarJoerg Roedel <jroedel@suse.de>
parent 23304537
...@@ -37,7 +37,6 @@ ...@@ -37,7 +37,6 @@
#include "iommu-priv.h" #include "iommu-priv.h"
#include "iommu-sva.h" #include "iommu-sva.h"
#include "iommu-priv.h"
static struct kset *iommu_group_kset; static struct kset *iommu_group_kset;
static DEFINE_IDA(iommu_group_ida); static DEFINE_IDA(iommu_group_ida);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment