Re: [PATCH 0/3] rtc: remove modular usage from non-modular code

2016-11-04 Thread Alexandre Belloni
On 31/10/2016 at 14:55:24 -0400, Paul Gortmaker wrote : > My ongoing audit looking for non-modular code that needlessly uses > modular macros (vs. built-in equivalents) and/or has dead code > relating to module unloading that can never be executed led to the > creation of these rtc related commits.

[PATCH 0/3] rtc: remove modular usage from non-modular code

2016-10-31 Thread Paul Gortmaker
My ongoing audit looking for non-modular code that needlessly uses modular macros (vs. built-in equivalents) and/or has dead code relating to module unloading that can never be executed led to the creation of these rtc related commits. For anyone new to the underlying goal of this cleanup, we are