Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a09956c8 authored by David Collins's avatar David Collins
Browse files

regulator: fixed: remove QTI_FIXED_REGULATOR definition



Now that all fixed regulator devices which utilize proxy-consumer
properties have switched to be qti-fixed-regulator devices, the
definition of QTI_FIXED_REGULATOR can be removed from fixed.c.

Change-Id: I5847ead86723b63771d69f4076eafd26139baa80
Signed-off-by: default avatarDavid Collins <collinsd@codeaurora.org>
parent 579e911c
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -14,13 +14,6 @@
 * systems with no controllable regulators.
 */

/*
 * Define QTI_FIXED_REGULATOR here to avoid a loss of proxy-consumer voting
 * regression for existing fixed-regulator device tree devices.  Once such
 * devices are switched to qti-fixed-regulator, this line can be removed.
 */
#define QTI_FIXED_REGULATOR

#include <linux/err.h>
#include <linux/mutex.h>
#include <linux/module.h>