OSDN Git Service

vdpa_sim_blk: remove duplicate include of linux/blkdev.h
authorWan Jiabing <wanjiabing@vivo.com>
Mon, 10 May 2021 02:43:03 +0000 (10:43 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Sat, 3 Jul 2021 08:50:50 +0000 (04:50 -0400)
commite22626a876a086e1ce268ab31d1826dfc4c77550
treeddba4e0f75db671bdf331c8161709d26bedf984f
parent8693059284ddbe9e3a46b673d093247e91458917
vdpa_sim_blk: remove duplicate include of linux/blkdev.h

In commit 7d189f617f83f ("vdpa_sim_blk: implement ramdisk behaviour")
linux/blkdev.h was included here causing the duplicate include.
Remove the later duplicate include.

Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
Link: https://lore.kernel.org/r/20210510024307.7143-1-wanjiabing@vivo.com
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/vdpa/vdpa_sim/vdpa_sim_blk.c