From: Hugo Villeneuve <hvilleneuve@dimonoff.com>
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>
---
drivers/regulator/fixed.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/regulator/fixed.c b/drivers/regulator/fixed.c
index 254c0a8a4555..d7c8131d42e9 100644
--- a/drivers/regulator/fixed.c
+++ b/drivers/regulator/fixed.c
@@ -30,9 +30,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;
base-commit: c369299895a591d96745d6492d4888259b004a9e
--
2.47.3