]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
kvm: Remove bogus #include directive
authorPekka Enberg <penberg@kernel.org>
Tue, 4 Jan 2011 15:22:57 +0000 (17:22 +0200)
committerPekka Enberg <penberg@kernel.org>
Tue, 4 Jan 2011 15:22:57 +0000 (17:22 +0200)
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/blk-virtio.c

index 34c00d469cf671de47b1141df48eefddbbe375bd..6419b681b1749243e93997664c4fa88552deb5d5 100644 (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;