diff options
author | Johannes Berg <johannes.berg@intel.com> | 2015-08-19 09:46:22 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-08-20 14:10:23 -0700 |
commit | f4e774f55fe0bb568a0877b2eb9e1b4b5a6f5cbc (patch) | |
tree | 60195c628836ff931a160cb90ca779e4832119ba /lib/Kconfig | |
parent | 11ab35ed0457a4b7914358986a67064ecb467e7d (diff) | |
download | linux-f4e774f55fe0bb568a0877b2eb9e1b4b5a6f5cbc.tar.bz2 |
average: remove out-of-line implementation
Since all users are now converted to the inline implementation,
remove the out-of-line implementation entirely.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 3a2ef67db6c7..278890dd1049 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -460,16 +460,6 @@ config ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE config LRU_CACHE tristate -config AVERAGE - bool "Averaging functions" - help - This option is provided for the case where no in-kernel-tree - modules require averaging functions, but a module built outside - the kernel tree does. Such modules that use library averaging - functions require Y here. - - If unsure, say N. - config CLZ_TAB bool |