From: Rafał Miłecki Date: Sat, 16 Jul 2011 23:15:18 +0000 (+0200) Subject: b43: bus: drop inline from SSB functions X-Git-Tag: v3.1-rc1~255^2~14^2^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0901edb758854e317fbc96774159739db4aff353;p=pandora-kernel.git b43: bus: drop inline from SSB functions We use all that functions by pointers only. This forces compiler to create additional duplicated functions that are not inline. Noticed by Michael in similar bcma code. Signed-off-by: Rafał Miłecki Signed-off-by: John W. Linville --- Reading git-diff-tree failed