Skip to content

Commit 9150d79

Browse files
hvilleneuvedoobroonie
authored andcommitted
regulator: fixed: remove unused macro
The macro was added in commit ecb6f1f ("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>
1 parent 09a1361 commit 9150d79

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

drivers/regulator/fixed.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@
2929
#include <linux/regulator/machine.h>
3030
#include <linux/clk.h>
3131

32-
/* Default time in millisecond to wait for emergency shutdown */
33-
#define FV_DEF_EMERG_SHUTDWN_TMO 10
34-
3532
struct fixed_voltage_data {
3633
struct regulator_desc desc;
3734
struct regulator_dev *dev;

0 commit comments

Comments
 (0)