regulator: fixed: remove unused reboot.h include

The include was added in commit ecb6f1f456
("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>
This commit is contained in:
Hugo Villeneuve 2026-03-17 11:22:11 -04:00 committed by Mark Brown
parent cf4812898b
commit 9d4189e68e
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0

View 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>