diff options
| author | Johannes Berg <johannes.berg@intel.com> | 2015-08-19 03:46:22 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2015-08-20 17:10:23 -0400 |
| commit | f4e774f55fe0bb568a0877b2eb9e1b4b5a6f5cbc (patch) | |
| tree | 60195c628836ff931a160cb90ca779e4832119ba /lib/Kconfig | |
| parent | 11ab35ed0457a4b7914358986a67064ecb467e7d (diff) | |
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 | |||
| 460 | config LRU_CACHE | 460 | config LRU_CACHE |
| 461 | tristate | 461 | tristate |
| 462 | 462 | ||
| 463 | config AVERAGE | ||
| 464 | bool "Averaging functions" | ||
| 465 | help | ||
| 466 | This option is provided for the case where no in-kernel-tree | ||
| 467 | modules require averaging functions, but a module built outside | ||
| 468 | the kernel tree does. Such modules that use library averaging | ||
| 469 | functions require Y here. | ||
| 470 | |||
| 471 | If unsure, say N. | ||
| 472 | |||
| 473 | config CLZ_TAB | 463 | config CLZ_TAB |
| 474 | bool | 464 | bool |
| 475 | 465 | ||
