OSDN Git Service

Merge branch 'ewma'
authorDavid S. Miller <davem@davemloft.net>
Thu, 20 Aug 2015 21:10:23 +0000 (14:10 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Aug 2015 21:10:23 +0000 (14:10 -0700)
commit84b6714e54e5199e76f845be70295ccaab924872
tree60195c628836ff931a160cb90ca779e4832119ba
parent0f8f27de19667075591eaffbf435dd78c73a2df4
parentf4e774f55fe0bb568a0877b2eb9e1b4b5a6f5cbc
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>