Re: [PATCH akpm v2] lib: test_sort: make it explicitly non-modular

2017-02-28 Thread Paul Gortmaker
[Re: [PATCH akpm v2] lib: test_sort: make it explicitly non-modular] On 28/02/2017 (Tue 12:43) Geert Uytterhoeven wrote: > Hi Paul, > > On Tue, Jan 24, 2017 at 11:56 PM, Paul Gortmaker > wrote: > > The Kconfig currently controlling compilation of this code is

Re: [PATCH akpm v2] lib: test_sort: make it explicitly non-modular

2017-02-28 Thread Geert Uytterhoeven
Hi Paul, On Tue, Jan 24, 2017 at 11:56 PM, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > lib/Kconfig.debug:config TEST_SORT > lib/Kconfig.debug: bool "Array-based sort test" > > ...meaning that it currently is not being built as a module

[PATCH akpm v2] lib: test_sort: make it explicitly non-modular

2017-01-24 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: lib/Kconfig.debug:config TEST_SORT lib/Kconfig.debug: bool "Array-based sort test" ...meaning that it currently is not being built as a module by anyone. Lets remove the couple traces of modular infrastructure use, so