-
- Downloads
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>
Showing
- arch/arm/cpu/armv7/uniphier/ph1-ld4/umc_init.c 2 additions, 2 deletionsarch/arm/cpu/armv7/uniphier/ph1-ld4/umc_init.c
- arch/arm/cpu/armv7/uniphier/ph1-pro4/umc_init.c 2 additions, 2 deletionsarch/arm/cpu/armv7/uniphier/ph1-pro4/umc_init.c
- arch/arm/cpu/armv7/uniphier/ph1-sld8/umc_init.c 2 additions, 2 deletionsarch/arm/cpu/armv7/uniphier/ph1-sld8/umc_init.c
Loading
Please register or sign in to comment