From 469cc8fbb7f30e93b1dff01453dbd4f4d15e5da0 Mon Sep 17 00:00:00 2001 From: Christian Mauderer Date: Tue, 12 May 2020 08:45:29 +0200 Subject: 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. --- libbsd.py | 1 - 1 file changed, 1 deletion(-) (limited to 'libbsd.py') diff --git a/libbsd.py b/libbsd.py index 812674a6..aa940ab2 100644 --- a/libbsd.py +++ b/libbsd.py @@ -5232,7 +5232,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']() ) -- cgit v1.2.3