Re: [PATCH] drivers/rtc: make class.c explicitly non-modular

2016-02-23 Thread Alexandre Belloni
On 14/02/2016 at 15:04:19 -0500, Paul Gortmaker wrote : > The Makefile/Kconfig currently controlling compilation of this code is: > > obj-$(CONFIG_RTC_CLASS) += rtc-core.o > rtc-core-y := class.o interface.o > > drivers/rtc/Kconfig:menuconfig RTC_CLASS > drivers/rtc/K

[PATCH] drivers/rtc: make class.c explicitly non-modular

2016-02-14 Thread Paul Gortmaker
The Makefile/Kconfig currently controlling compilation of this code is: obj-$(CONFIG_RTC_CLASS) += rtc-core.o rtc-core-y := class.o interface.o drivers/rtc/Kconfig:menuconfig RTC_CLASS drivers/rtc/Kconfig:bool "Real Time Clock" ...meaning that it currently is not