Commit 2f26d978 authored by Linus Walleij's avatar Linus Walleij Committed by Mark Brown

regulator: rc5t583: Drop useless header

The RC5T583 includes the legacy header <linux/gpio.h> for no
reason, drop the include.
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20230808-descriptors-regulator-v1-5-939b5e84dd18@linaro.orgSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 052eff40
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
#include <linux/platform_device.h> #include <linux/platform_device.h>
#include <linux/regulator/driver.h> #include <linux/regulator/driver.h>
#include <linux/regulator/machine.h> #include <linux/regulator/machine.h>
#include <linux/gpio.h>
#include <linux/mfd/rc5t583.h> #include <linux/mfd/rc5t583.h>
struct rc5t583_regulator_info { struct rc5t583_regulator_info {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment