]> 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)
commitbf3c5a125208208f1782a4983975c3d830998781
tree60195c628836ff931a160cb90ca779e4832119ba
parentc945731d515d7fbaeeb4826837999ae88f7a7dcc
parent9d2f2f4cff3250591d22d85dea0bc39270afc24e
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>