On Fri, 12 Mar 2021 at 15:10, Sebastian Andrzej Siewior <[email protected]> wrote: > > CHARGER_MAX8997 fails to compile without CONFIG_EXTCON. There are stubs > already present for *extcon_*_notifier() but are missing for the _all() > variant. > > Add *extcon_*_notifier_all() stubs for !CONFIG_EXTCON. > > Fixes: f384989e88d44 ("power: supply: max8997_charger: Set CHARGER current > limit") > Signed-off-by: Sebastian Andrzej Siewior <[email protected]> > --- > include/linux/extcon.h | 24 ++++++++++++++++++++++++ > 1 file changed, 24 insertions(+)
Thanks for the patch. Fix was sent some time ago and is already in extcon tree: https://lore.kernel.org/lkml/[email protected]/ Did you base your work on next? Best regards, Krzysztof

