From: Dan Williams Date: Wed, 25 Mar 2009 16:13:25 +0000 (-0700) Subject: async_tx: provide __async_inline for HAS_DMA=n archs X-Git-Tag: v2.6.30-rc1~225^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06164f3194e01ea4c76941ac60f541d656c8975f;p=pandora-kernel.git async_tx: provide __async_inline for HAS_DMA=n archs To allow an async_tx routine to be compiled away on HAS_DMA=n arch it needs to be declared __always_inline otherwise the compiler may emit code and cause a link error. Signed-off-by: Dan Williams --- Reading git-diff-tree failed