vhost_vdpa: Fix duplicate included kernel.h
authorTian Tao <tiantao6@hisilicon.com>
Tue, 15 Sep 2020 00:51:42 +0000 (08:51 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 21 Oct 2020 14:34:11 +0000 (10:34 -0400)
linux/kernel.h is included more than once, Remove the one that isn't
necessary.

Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
Link: https://lore.kernel.org/r/1600131102-24672-1-git-send-email-tiantao6@hisilicon.com
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
drivers/vhost/vdpa.c

index 62a9bb0..0bef5b1 100644 (file)
@@ -22,7 +22,6 @@
 #include <linux/nospec.h>
 #include <linux/vhost.h>
 #include <linux/virtio_net.h>
-#include <linux/kernel.h>
 
 #include "vhost.h"