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 11:15:42 +0200
commit469cc8fbb7f30e93b1dff01453dbd4f4d15e5da0 (patch)
tree0a9f609796c823be0e081e7583920dfee2fbd4cf /rtemsbsd
parentwscript: Update RTEMS version to 6. (diff)
downloadrtems-libbsd-469cc8fbb7f30e93b1dff01453dbd4f4d15e5da0.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 f27d7a7e..89f78edf 100644
--- a/rtemsbsd/include/bsp/nexus-devices.h
+++ b/rtemsbsd/include/bsp/nexus-devices.h
@@ -151,7 +151,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)