Revert "lib/test_sort.c: make it explicitly non-modular"
authorGeert Uytterhoeven <[email protected]>
Mon, 8 May 2017 22:55:20 +0000 (15:55 -0700)
committerLinus Torvalds <[email protected]>
Tue, 9 May 2017 00:15:10 +0000 (17:15 -0700)
commitebd03a9aacc7d47a9d5dc7ed63adf594f9a0391c
treedfc89d3793a7581d3707163c00de4032968abf18
parent8128a31eaadbcdfa37774bbd28f3f00bac69996a
Revert "lib/test_sort.c: make it explicitly non-modular"

Patch series "lib: add module support to sort tests".

This patch series allows to compile the array-based and linked list sort
test code either to loadable modules, or builtin into the kernel.

It's very valuable to have modular tests, so you can run them just by
insmodding the test modules, instead of needing a separate kernel that
runs them at boot.

This patch (of 3):

This reverts commit 8893f519330bb073a49c5b4676fce4be6f1be15d.

It's very valuable to have modular tests, so you can run them just by
insmodding the test modules, instead of needing a separate kernel that
runs them at boot.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Geert Uytterhoeven <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Cc: Paul Gortmaker <[email protected]>
Cc: Shuah Khan <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
lib/test_sort.c