Skip to content
Snippets Groups Projects
Commit 06164f31 authored by Dan Williams's avatar Dan Williams
Browse files

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: default avatarDan Williams <dan.j.williams@intel.com>
parent 54aee6a5
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment