From: Hugo Villeneuve Date: Tue, 17 Mar 2026 15:22:11 +0000 (-0400) Subject: regulator: fixed: remove unused reboot.h include X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d4189e68ebad418eed964185d5563a71c67756d;p=thirdparty%2Fkernel%2Fstable.git 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 Link: https://patch.msgid.link/20260317152215.3473489-1-hugo@hugovil.com Signed-off-by: Mark Brown --- 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 #include #include -#include #include #include #include