From 13c409362d10bb5a570e23966581f77f6e540dbd Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 17 Jan 2018 11:48:36 +0100 Subject: ehci_mpc83xx.c: Fix for qoriq hypervisor guest --- rtemsbsd/sys/dev/usb/controller/ehci_mpc83xx.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -#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 #include -- cgit v1.2.3