diff options
Diffstat (limited to 'drivers/kvm/iodev.h')
-rw-r--r-- | drivers/kvm/iodev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/kvm/iodev.h b/drivers/kvm/iodev.h index eb9e8a71843..c14e642027b 100644 --- a/drivers/kvm/iodev.h +++ b/drivers/kvm/iodev.h @@ -16,7 +16,7 @@ #ifndef __KVM_IODEV_H__ #define __KVM_IODEV_H__ -#include "types.h" +#include <linux/kvm_types.h> struct kvm_io_device { void (*read)(struct kvm_io_device *this, |