commit | ee94ee3464e859cf62f0690eb3619899011b63cd | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Wed Jan 21 15:06:46 2015 +0900 |
committer | Masahiro Yamada <yamada.m@jp.panasonic.com> | Fri Jan 23 00:51:44 2015 +0900 |
tree | 7b83d239fb90e5b3f8abef5cbde0d2f5c8f26a0f | |
parent | ec79c7982401d168311093bd3fe421bceb4dfc5e [diff] |
ARM: UniPhier: remove non-sense inline directives The inlining is done by GCC when needed, there is no need to do it explicitly. Furthermore, the inline keyword does not force-inline the code, but is only a hint for the compiler. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>