Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

regulator: renesas-usb-vbus-regulator: Remove unused headers

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>

authored by

Claudiu Beznea and committed by
Mark Brown
21e68bcb d9d0be59

-2
-2
drivers/regulator/renesas-usb-vbus-regulator.c
··· 7 7 8 8 #include <linux/module.h> 9 9 #include <linux/err.h> 10 - #include <linux/kernel.h> 11 10 #include <linux/of.h> 12 11 #include <linux/platform_device.h> 13 12 #include <linux/regmap.h> 14 13 #include <linux/regulator/driver.h> 15 - #include <linux/regulator/of_regulator.h> 16 14 17 15 static const struct regulator_ops rzg2l_usb_vbus_reg_ops = { 18 16 .enable = regulator_enable_regmap,