]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbfbf132ea81297c6a1d8dfc43d94312c6a07b69f
tree60195c628836ff931a160cb90ca779e4832119ba
parent17ffbda3c62cfaa07fbdd465bbdd2384a4f80a4d
parentc0ff071592773ce4cbf848d40c15d0687b8dac3e
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>