Skip to content

Commit 21e68bc

Browse files
claudiubezneabroonie
authored andcommitted
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>
1 parent d9d0be5 commit 21e68bc

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/regulator/renesas-usb-vbus-regulator.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@
77

88
#include <linux/module.h>
99
#include <linux/err.h>
10-
#include <linux/kernel.h>
1110
#include <linux/of.h>
1211
#include <linux/platform_device.h>
1312
#include <linux/regmap.h>
1413
#include <linux/regulator/driver.h>
15-
#include <linux/regulator/of_regulator.h>
1614

1715
static const struct regulator_ops rzg2l_usb_vbus_reg_ops = {
1816
.enable = regulator_enable_regmap,

0 commit comments

Comments
 (0)