mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:24:45 +01:00
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>
This commit is contained in:
parent
d9d0be59be
commit
21e68bcb1b
1 changed files with 0 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue