summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/dev/gpio/gpioregulator.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/dev/gpio/gpioregulator.c')
-rw-r--r--freebsd/sys/dev/gpio/gpioregulator.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/freebsd/sys/dev/gpio/gpioregulator.c b/freebsd/sys/dev/gpio/gpioregulator.c
index 7573c558..8ca35bfe 100644
--- a/freebsd/sys/dev/gpio/gpioregulator.c
+++ b/freebsd/sys/dev/gpio/gpioregulator.c
@@ -43,6 +43,7 @@ __FBSDID("$FreeBSD$");
#include <sys/module.h>
#include <sys/gpio.h>
+#if !defined(__rtems__) || defined(FDT)
#include <dev/ofw/ofw_bus.h>
#include <dev/ofw/ofw_bus_subr.h>
@@ -348,3 +349,4 @@ static devclass_t gpioregulator_devclass;
EARLY_DRIVER_MODULE(gpioregulator, simplebus, gpioregulator_driver,
gpioregulator_devclass, 0, 0, BUS_PASS_INTERRUPT + BUS_PASS_ORDER_LAST);
MODULE_VERSION(gpioregulator, 1);
+#endif /* !__rtems__ || FDT */