From: Johannes Berg Date: Wed, 19 Aug 2015 07:46:21 +0000 (+0200) Subject: rt2x00: use DECLARE_EWMA X-Git-Tag: omap-for-v4.3/fixes-rc1~110^2~126^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11ab35ed0457a4b7914358986a67064ecb467e7d;p=pandora-kernel.git rt2x00: use DECLARE_EWMA Instead of using the out-of-line EWMA calculation, use DECLARE_EWMA() to create static inlines. On x86/64 this results in code that's one byte larger (for me), but reduces struct link_ant and struct link size by the two unsigned long values that store the parameters each. Signed-off-by: Johannes Berg Signed-off-by: David S. Miller --- Reading git-diff-tree failed