summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Villeneuve <hvilleneuve@dimonoff.com>2026-03-17 18:22:11 +0300
committerMark Brown <broonie@kernel.org>2026-03-17 18:49:44 +0300
commit9d4189e68ebad418eed964185d5563a71c67756d (patch)
tree11ca7b714fb56f49d4cc8c119fc1f90dd6f2d80c
parentcf4812898b58228d9705a9426e8351360b25c5a4 (diff)
downloadlinux-9d4189e68ebad418eed964185d5563a71c67756d.tar.xz
regulator: fixed: remove unused reboot.h include
The include 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/20260317152215.3473489-1-hugo@hugovil.com Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--drivers/regulator/fixed.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/fixed.c b/drivers/regulator/fixed.c
index 254c0a8a4555..3b2fddc1c8a3 100644
--- a/drivers/regulator/fixed.c
+++ b/drivers/regulator/fixed.c
@@ -20,7 +20,6 @@
#include <linux/platform_device.h>
#include <linux/pm_domain.h>
#include <linux/pm_opp.h>
-#include <linux/reboot.h>
#include <linux/regulator/driver.h>
#include <linux/regulator/fixed.h>
#include <linux/gpio/consumer.h>