mirror of
https://github.com/Dasharo/linux.git
synced 2026-03-06 15:25:10 -08:00
power: supply: sbs-manager: update gpio include
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>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user