[rtc-linux] Re: [PATCH 1/2] rtc: Add some dummy static inline functions
From: Baolin Wang <hidden>
Date: 2016-09-21 02:08:11
Also in:
lkml
Hi, On 21 September 2016 at 05:36, Thomas Gleixner [off-list ref] wrote:
On Sun, 18 Sep 2016, Baolin Wang wrote:quoted
The patch 2 in this patchset adding tracepoints for alarmtimers will build failed on S390 platform, due to S390 defconfig did not define CONFIG_RTC_LIB macro to define the rtc_ktime_to_tm() function which is used in this patch. Thus we should add some ummy static inline functions in case CONFIG_RTC_LIB is not defined.I told you before that adding these inlines has the danger that we introduce code which uses these functions in places which does not depend on RTC_LIB. The resulting wreckage is going to be subtle and hard to debug.
Make sense. (By the way I am sorry I did not receive your previous comments in my mailbox and I checked again I found it was treated as spam.)
This still stands and this patch is going nowhere.
Thanks,
tglx-- Baolin.wang Best Regards -- You received this message because you are subscribed to "rtc-linux". Membership options at http://groups.google.com/group/rtc-linux . Please read http://groups.google.com/group/rtc-linux/web/checklist before submitting a driver. --- You received this message because you are subscribed to the Google Groups "rtc-linux" group. To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/d/optout.