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 d044b29ac4
commit 4c762de2fd
3 changed files with 0 additions and 354 deletions

View File

@@ -5072,7 +5072,6 @@ class regulator(builder.Module):
'sys/dev/extres/regulator/regulator.c',
'sys/dev/extres/regulator/regulator_bus.c',
'sys/dev/extres/regulator/regulator_fixed.c',
'sys/dev/gpio/gpioregulator.c',
],
mm.generator['source']()
)