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.
This commit is contained in:
Christian Mauderer
2020-05-12 08:45:29 +02:00
parent f9687a8995
commit 469cc8fbb7
3 changed files with 0 additions and 354 deletions

View File

@@ -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)