diff options
author | Robert Mustacchi <rm@joyent.com> | 2011-06-02 14:54:03 -0700 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2011-06-02 14:54:20 -0700 |
commit | b2ebb7abb694a41b25485941c83f01e1b975f958 (patch) | |
tree | 54e616f9dba225e4b7e75a68eca0274a45d6d42a /kvm_ioapic.c | |
parent | 72cb25693684299d52badc1b2c331715b1c2ea38 (diff) | |
download | illumos-kvm-b2ebb7abb694a41b25485941c83f01e1b975f958.tar.gz |
HVM-268 iodev.h should be named kvm_iodev.h
Diffstat (limited to 'kvm_ioapic.c')
-rw-r--r-- | kvm_ioapic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kvm_ioapic.c b/kvm_ioapic.c index c8e6e3e..09c88f1 100644 --- a/kvm_ioapic.c +++ b/kvm_ioapic.c @@ -35,7 +35,7 @@ #include "irqflags.h" #include "kvm_host.h" #include "kvm_x86host.h" -#include "iodev.h" +#include "kvm_iodev.h" #include "kvm.h" #include "apicdef.h" #include "kvm_ioapic.h" |