]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
regulator: fixed: remove unused reboot.h include
authorHugo Villeneuve <hvilleneuve@dimonoff.com>
Tue, 17 Mar 2026 15:22:11 +0000 (11:22 -0400)
committerMark Brown <broonie@kernel.org>
Tue, 17 Mar 2026 15:49:44 +0000 (15:49 +0000)
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>
drivers/regulator/fixed.c

index 254c0a8a455594e7605df7d09299b9a5a7f0785e..3b2fddc1c8a39d1e5d2c169425bd8689c653bbad 100644 (file)
@@ -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>