kvm: Remove bogus #include directive

Signed-off-by: Pekka Enberg <penberg@kernel.org>
This commit is contained in:
Pekka Enberg
2015-06-01 16:39:40 +01:00
committed by Will Deacon
parent 98790f282f
commit ffb1b0821c
-1
View File
@@ -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;