Loading drivers/extcon/extcon.c +1 −1 Original line number Diff line number Diff line Loading @@ -487,7 +487,7 @@ int extcon_sync(struct extcon_dev *edev, unsigned int id) } EXPORT_SYMBOL_GPL(extcon_sync); int extcon_blocking_sync(struct extcon_dev *edev, unsigned int id, bool val) int extcon_blocking_sync(struct extcon_dev *edev, unsigned int id, u8 val) { int index; Loading include/linux/extcon.h +1 −1 Original line number Diff line number Diff line Loading @@ -247,7 +247,7 @@ extern struct extcon_dev *extcon_get_edev_by_phandle(struct device *dev, extern const char *extcon_get_edev_name(struct extcon_dev *edev); extern int extcon_blocking_sync(struct extcon_dev *edev, unsigned int id, bool val); u8 val); #else /* CONFIG_EXTCON */ static inline int extcon_get_state(struct extcon_dev *edev, unsigned int id) { Loading Loading
drivers/extcon/extcon.c +1 −1 Original line number Diff line number Diff line Loading @@ -487,7 +487,7 @@ int extcon_sync(struct extcon_dev *edev, unsigned int id) } EXPORT_SYMBOL_GPL(extcon_sync); int extcon_blocking_sync(struct extcon_dev *edev, unsigned int id, bool val) int extcon_blocking_sync(struct extcon_dev *edev, unsigned int id, u8 val) { int index; Loading
include/linux/extcon.h +1 −1 Original line number Diff line number Diff line Loading @@ -247,7 +247,7 @@ extern struct extcon_dev *extcon_get_edev_by_phandle(struct device *dev, extern const char *extcon_get_edev_name(struct extcon_dev *edev); extern int extcon_blocking_sync(struct extcon_dev *edev, unsigned int id, bool val); u8 val); #else /* CONFIG_EXTCON */ static inline int extcon_get_state(struct extcon_dev *edev, unsigned int id) { Loading