Message ID | 20210309180407.650943-7-sebastian.reichel@collabora.com |
---|---|
State | Accepted |
Commit | 17948f589926719f77764f6e1293dbf855d092bd |
Headers | show |
Series | Cleanup SBS power-supply drivers | expand |
diff --git a/drivers/power/supply/sbs-manager.c b/drivers/power/supply/sbs-manager.c index bd2af3ef1021..71ec8f74f835 100644 --- a/drivers/power/supply/sbs-manager.c +++ b/drivers/power/supply/sbs-manager.c @@ -13,7 +13,7 @@ * Karl-Heinz Schneider <karl-heinz@schneider-inet.de> */ -#include <linux/gpio.h> +#include <linux/gpio/driver.h> #include <linux/module.h> #include <linux/i2c.h> #include <linux/i2c-mux.h>
sbs-manager implements a GPIO chip, so include the proper gpio driver include instead of the legacy gpio.h. Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com> --- drivers/power/supply/sbs-manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)