summaryrefslogtreecommitdiffstats
path: root/rtemsbsd
diff options
context:
space:
mode:
authorChristian Mauderer <christian.mauderer@embedded-brains.de>2020-05-12 08:45:29 +0200
committerChristian Mauderer <christian.mauderer@embedded-brains.de>2020-07-29 13:09:11 +0200
commit4c762de2fd16c1b6f5e717127f784a46ee72505f (patch)
treeac8a274147df4dd6ea38bca58f6b84660491a0c7 /rtemsbsd
parentwscript: Update RTEMS version to 6. (diff)
downloadrtems-libbsd-4c762de2fd16c1b6f5e717127f784a46ee72505f.tar.bz2
gpioregulator: Remove.
There is a bug in the #ifdef regarding FDT so this file hasn't been compiled. If that bug is solved, the driver doesn't work for some other reason. With the FDT-bug the driver hasn't been used by anyone. So just remove it again.
Diffstat (limited to 'rtemsbsd')
-rw-r--r--rtemsbsd/include/bsp/nexus-devices.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/rtemsbsd/include/bsp/nexus-devices.h b/rtemsbsd/include/bsp/nexus-devices.h
index d2ceab8e..e8b7eaf3 100644
--- a/rtemsbsd/include/bsp/nexus-devices.h
+++ b/rtemsbsd/include/bsp/nexus-devices.h
@@ -142,7 +142,6 @@ SYSINIT_DRIVER_REFERENCE(sdhci_fsl, simplebus);
RTEMS_BSD_DRIVER_MMC;
SYSINIT_DRIVER_REFERENCE(ofw_regulator_bus, simplebus);
-SYSINIT_DRIVER_REFERENCE(gpioregulator, simplebus);
#elif defined(LIBBSP_ARM_LPC24XX_BSP_H)