Re: [PATCH 3/3] rtc: sparc: make sun4v explicitly non-modular

2016-11-20 Thread David Miller
From: Paul Gortmaker Date: Mon, 31 Oct 2016 14:55:27 -0400 > The Kconfig currently controlling compilation of this code is: > > drivers/rtc/Kconfig:config RTC_DRV_SUN4V > drivers/rtc/Kconfig:bool "SUN4V Hypervisor RTC" > > ...meaning that it currently is not being built as a module by anyon

[PATCH 3/3] rtc: sparc: make sun4v explicitly non-modular

2016-10-31 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/rtc/Kconfig:config RTC_DRV_SUN4V drivers/rtc/Kconfig:bool "SUN4V Hypervisor RTC" ...meaning that it currently is not being built as a module by anyone. Lets remove the couple traces of modular infrastructure use, so that