On Thu, 18 Feb 2021 10:17:29 +0800 Tian Tao <tiantao6@xxxxxxxxxxxxx> wrote: > linux/kthread.h is included more than once, remove the one that isn't > necessary. > > Signed-off-by: Tian Tao <tiantao6@xxxxxxxxxxxxx> > --- > drivers/vfio/vfio_iommu_type1.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/vfio/vfio_iommu_type1.c b/drivers/vfio/vfio_iommu_type1.c > index ec9fd95..b3df383 100644 > --- a/drivers/vfio/vfio_iommu_type1.c > +++ b/drivers/vfio/vfio_iommu_type1.c > @@ -31,7 +31,6 @@ > #include <linux/rbtree.h> > #include <linux/sched/signal.h> > #include <linux/sched/mm.h> > -#include <linux/kthread.h> > #include <linux/slab.h> > #include <linux/uaccess.h> > #include <linux/vfio.h> This is not in Linus' tree yet, only on Alex' next branch, would be good to mention that. Fixes: 898b9eaeb3fe ("vfio/type1: block on invalid vaddr") Reviewed-by: Cornelia Huck <cohuck@xxxxxxxxxx>