Remove duplicate include file Signed-off-by: YueHaibing <yuehaibing at huawei.com> --- drivers/vhost/vdpa.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/vhost/vdpa.c b/drivers/vhost/vdpa.c index 3fab94f88894..95e2b8307a2a 100644 --- a/drivers/vhost/vdpa.c +++ b/drivers/vhost/vdpa.c @@ -22,7 +22,6 @@ #include <linux/nospec.h> #include <linux/vhost.h> #include <linux/virtio_net.h> -#include <linux/kernel.h> #include "vhost.h" -- 2.17.1
On 2020/8/18 ??7:49, YueHaibing wrote:> Remove duplicate include file > > Signed-off-by: YueHaibing <yuehaibing at huawei.com> > --- > drivers/vhost/vdpa.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/vhost/vdpa.c b/drivers/vhost/vdpa.c > index 3fab94f88894..95e2b8307a2a 100644 > --- a/drivers/vhost/vdpa.c > +++ b/drivers/vhost/vdpa.c > @@ -22,7 +22,6 @@ > #include <linux/nospec.h> > #include <linux/vhost.h> > #include <linux/virtio_net.h> > -#include <linux/kernel.h> > > #include "vhost.h" >Acked-by: Jason Wang <jasowang at redhat.com>
Reasonably Related Threads
- [PATCH -next] vdpa/mlx5: Remove duplicate include
- [PATCH -next] vdpasim: remove unused variable 'ret'
- [PATCH -next] vdpasim: remove unused variable 'ret'
- [PATCH 1/2] vdpa: Support config interrupt in vhost_vdpa
- [PATCH V2 1/2] vdpa: Support config interrupt in vhost_vdpa