Re: [PATCH] extcon: Provide *extcon_*_notifier_all() stubs for !CONFIG_EXTCON

From: Krzysztof Kozlowski
Date: Fri Mar 12 2021 - 09:46:48 EST


On Fri, 12 Mar 2021 at 15:10, Sebastian Andrzej Siewior
<bigeasy@xxxxxxxxxxxxx> 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 <bigeasy@xxxxxxxxxxxxx>
> ---
> 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/20210215100610.19911-2-cw00.choi@xxxxxxxxxxx/

Did you base your work on next?

Best regards,
Krzysztof