aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xen/bus/xen_intr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/xen/bus/xen_intr.c')
-rw-r--r--sys/dev/xen/bus/xen_intr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/xen/bus/xen_intr.c b/sys/dev/xen/bus/xen_intr.c
index bfe080b16f03..cb30b6efa484 100644
--- a/sys/dev/xen/bus/xen_intr.c
+++ b/sys/dev/xen/bus/xen_intr.c
@@ -45,12 +45,12 @@
#include <sys/proc.h>
#include <sys/smp.h>
#include <sys/refcount.h>
+#include <sys/stdarg.h>
#include <vm/vm.h>
#include <vm/pmap.h>
#include <machine/smp.h>
-#include <machine/stdarg.h>
#include <xen/xen-os.h>
#include <xen/hypervisor.h>