[PATCH] regulator: fixed: remove unused reboot.h include

Hugo Villeneuve posted 1 patch 2 weeks, 6 days ago
drivers/regulator/fixed.c | 1 -
1 file changed, 1 deletion(-)
[PATCH] regulator: fixed: remove unused reboot.h include
Posted by Hugo Villeneuve 2 weeks, 6 days ago
From: Hugo Villeneuve <hvilleneuve@dimonoff.com>

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>
---
 drivers/regulator/fixed.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/regulator/fixed.c b/drivers/regulator/fixed.c
index 254c0a8a45559..3b2fddc1c8a39 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>

base-commit: f338e77383789c0cae23ca3d48adcc5e9e137e3c
-- 
2.47.3
Re: [PATCH] regulator: fixed: remove unused reboot.h include
Posted by Mark Brown 2 weeks, 6 days ago
On Tue, 17 Mar 2026 11:22:11 -0400, Hugo Villeneuve wrote:
> regulator: fixed: remove unused reboot.h include

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-7.1

Thanks!

[1/1] regulator: fixed: remove unused reboot.h include
      https://git.kernel.org/broonie/regulator/c/9d4189e68eba

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark