On Fri, Nov 20, 2020 at 05:21:31PM +0100, Krzysztof Kozlowski wrote: > The driver can match only via the DT table so the table should be always > used and the of_match_ptr does not have any sense (this also allows ACPI > matching via PRP0001, even though it is not relevant here). This fixes > compile warning (!CONFIG_OF on x86_64): > > drivers/mfd/wm8994-core.c:618:34: warning: ‘wm8994_of_match’ defined but > not used [-Wunused-const-variable=] > > Signed-off-by: Krzysztof Kozlowski <[email protected]> > ---
Acked-by: Charles Keepax <[email protected]> Thanks, Charles

