On Thu, 25 Feb 2021 14:42:04 +0100, Arnd Bergmann wrote:
> The added device_property_present() call causes a build
> failure in some configurations because of the missing header:
>
> drivers/rtc/rtc-tps65910.c:422:7: error: implicit declaration of function
> 'device_property_present' [-Werror,-Wi
25.02.2021 16:42, Arnd Bergmann пишет:
> From: Arnd Bergmann
>
> The added device_property_present() call causes a build
> failure in some configurations because of the missing header:
>
> drivers/rtc/rtc-tps65910.c:422:7: error: implicit declaration of function
> 'device_property_present' [-We
From: Arnd Bergmann
The added device_property_present() call causes a build
failure in some configurations because of the missing header:
drivers/rtc/rtc-tps65910.c:422:7: error: implicit declaration of function
'device_property_present' [-Werror,-Wimplicit-function-declaration]
Fixes: 454ba15
3 matches
Mail list logo