mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-09-05 05:01:33 +00:00
kvm: Remove bogus #include directive
Signed-off-by: Pekka Enberg <penberg@kernel.org>
This commit is contained in:
committed by
Will Deacon
parent
98790f282f
commit
ffb1b0821c
@@ -20,7 +20,6 @@ static struct device device = {
|
||||
| (1UL << VIRTIO_BLK_F_BLK_SIZE),
|
||||
};
|
||||
|
||||
#include <stdio.h>
|
||||
static bool blk_virtio_in(struct kvm *self, uint16_t port, void *data, int size, uint32_t count)
|
||||
{
|
||||
unsigned long offset;
|
||||
|
||||
Reference in New Issue
Block a user