]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
regulator: renesas-usb-vbus-regulator: Remove unused headers
authorClaudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
Mon, 17 Nov 2025 10:32:05 +0000 (12:32 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 18 Nov 2025 18:55:22 +0000 (18:55 +0000)
Remove unused included headers. This makes the code simpler.

Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
Link: https://patch.msgid.link/20251117103205.4038600-1-claudiu.beznea.uj@bp.renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/renesas-usb-vbus-regulator.c

index dec7cac5e8d59414c2b97bbc77fc2d1b78bf4d2b..9ba791bd72ecace87797309737519ba4b82db478 100644 (file)
@@ -7,12 +7,10 @@
 
 #include <linux/module.h>
 #include <linux/err.h>
-#include <linux/kernel.h>
 #include <linux/of.h>
 #include <linux/platform_device.h>
 #include <linux/regmap.h>
 #include <linux/regulator/driver.h>
-#include <linux/regulator/of_regulator.h>
 
 static const struct regulator_ops rzg2l_usb_vbus_reg_ops = {
        .enable     = regulator_enable_regmap,