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)
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>

Trivial merge