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)
commitb9747fdf0c1dad088eb21d5191295999ae7b4b40
tree1fae492a9cd5d6dde962d9a27cfa381cc8a94042
parent5e5e8736ad2ee1be5d6162177317857460c857c2
vhost_vdpa: Fix duplicate included kernel.h

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