Skip to content
Snippets Groups Projects
Commit ee94ee34 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
parent ec79c798
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