commit | 3cf2e4136de59a56928b9df07fd1ace9fea84053 | [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 | cfd171fc9050291b1c0b0ea495853d2ffd2fa576 [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>