Re: [PATCH] rtc: tps65910: include linux/property.h

2021-03-15 Thread Alexandre Belloni
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

Re: [PATCH] rtc: tps65910: include linux/property.h

2021-02-27 Thread Dmitry Osipenko
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

[PATCH] rtc: tps65910: include linux/property.h

2021-02-25 Thread 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' [-Werror,-Wimplicit-function-declaration] Fixes: 454ba15