summaryrefslogtreecommitdiff
path: root/kvm_irq_comm.c
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2011-06-06 10:42:07 -0700
committerRobert Mustacchi <rm@joyent.com>2011-06-06 10:42:07 -0700
commit77ec8d509468a3495e5ab1b1d44a627285b8ad1b (patch)
treec4d38ae6ba644f93ffc27ee9a7719c7de859bc5e /kvm_irq_comm.c
parent568bd18fcd1276987038b6c43302e04b51661cd3 (diff)
downloadillumos-kvm-77ec8d509468a3495e5ab1b1d44a627285b8ad1b.tar.gz
HVM-296 bitops.h shouldn't have code in it
HVM-297 Clean up bitops.h
Diffstat (limited to 'kvm_irq_comm.c')
-rw-r--r--kvm_irq_comm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kvm_irq_comm.c b/kvm_irq_comm.c
index aa2ef74..db9ea50 100644
--- a/kvm_irq_comm.c
+++ b/kvm_irq_comm.c
@@ -24,7 +24,7 @@
/*
* XXX Need proper header files!
*/
-#include "bitops.h"
+#include "kvm_bitops.h"
#include "msr.h"
#include "irqflags.h"
#include "kvm_msidef.h"