From: Hugo Villeneuve Date: Mon, 23 Mar 2026 14:02:00 +0000 (-0400) Subject: regulator: fixed: remove unused macro X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9150d79c7a8b3287f1dc0108205f067a9249964d;p=thirdparty%2Fkernel%2Flinux.git regulator: fixed: remove unused macro The macro was added in commit ecb6f1f45614 ("regulator: fixed: add support for under-voltage IRQ") but it was never used. Signed-off-by: Hugo Villeneuve Link: https://patch.msgid.link/20260323140206.104908-1-hugo@hugovil.com Signed-off-by: Mark Brown --- diff --git a/drivers/regulator/fixed.c b/drivers/regulator/fixed.c index 3b2fddc1c8a39..417d282dd4ed7 100644 --- a/drivers/regulator/fixed.c +++ b/drivers/regulator/fixed.c @@ -29,9 +29,6 @@ #include #include -/* Default time in millisecond to wait for emergency shutdown */ -#define FV_DEF_EMERG_SHUTDWN_TMO 10 - struct fixed_voltage_data { struct regulator_desc desc; struct regulator_dev *dev;