summaryrefslogtreecommitdiff
path: root/rtemsbsd/sys/dev/usb/controller/ehci_mpc83xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsbsd/sys/dev/usb/controller/ehci_mpc83xx.c')
-rw-r--r--rtemsbsd/sys/dev/usb/controller/ehci_mpc83xx.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/rtemsbsd/sys/dev/usb/controller/ehci_mpc83xx.c b/rtemsbsd/sys/dev/usb/controller/ehci_mpc83xx.c
index bde80076..2b488a22 100644
--- a/rtemsbsd/sys/dev/usb/controller/ehci_mpc83xx.c
+++ b/rtemsbsd/sys/dev/usb/controller/ehci_mpc83xx.c
@@ -34,7 +34,8 @@
#include <bsp.h>
-#if defined(__GEN83xx_BSP_h) || defined(LIBBSP_POWERPC_QORIQ_BSP_H)
+#if defined(__GEN83xx_BSP_h) || (defined(LIBBSP_POWERPC_QORIQ_BSP_H) && \
+ !defined(QORIQ_IS_HYPERVISOR_GUEST))
#include <bsp/irq.h>
#include <bsp/utility.h>