From: Dimitris Papastamos Date: Mon, 6 Dec 2010 15:49:20 +0000 (+0000) Subject: ASoC: soc-core: Remove useless inline function construct X-Git-Tag: v2.6.38-rc1~236^2^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b9a214a606f8c7c7af3e66e7fe0caf3233cfe16;p=pandora-kernel.git ASoC: soc-core: Remove useless inline function construct There is no need to mark this function as inline. Inline functions usually are small and concise functions that benefit from not needing to set up a stack frame and undergo a call/ret sequence upon each invocation. Signed-off-by: Dimitris Papastamos Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed