commit | 84b6714e54e5199e76f845be70295ccaab924872 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Thu Aug 20 14:10:23 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 20 14:10:23 2015 -0700 |
tree | 60195c628836ff931a160cb90ca779e4832119ba | |
parent | 0f8f27de19667075591eaffbf435dd78c73a2df4 [diff] | |
parent | f4e774f55fe0bb568a0877b2eb9e1b4b5a6f5cbc [diff] |
Merge branch 'ewma' Johannes Berg says: ==================== average: convert users to inline implementation Since there's very little benefit of the out-of-line implementation (a single byte of .text in one driver as far as I've seen), convert all drivers to the inline implementation, saving memory, and remove the out-of-line implementation. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>