]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
regulator: fixed: remove unused macro
authorHugo Villeneuve <hvilleneuve@dimonoff.com>
Mon, 23 Mar 2026 14:02:00 +0000 (10:02 -0400)
committerMark Brown <broonie@kernel.org>
Mon, 23 Mar 2026 16:19:53 +0000 (16:19 +0000)
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 <hvilleneuve@dimonoff.com>
Link: https://patch.msgid.link/20260323140206.104908-1-hugo@hugovil.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/fixed.c

index 3b2fddc1c8a39d1e5d2c169425bd8689c653bbad..417d282dd4ed70971f2b50e0acd1e5c473d15fb2 100644 (file)
@@ -29,9 +29,6 @@
 #include <linux/regulator/machine.h>
 #include <linux/clk.h>
 
-/* 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;