]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: UniPhier: remove non-sense inline directives
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Wed, 21 Jan 2015 06:06:46 +0000 (15:06 +0900)
committerMasahiro Yamada <yamada.m@jp.panasonic.com>
Thu, 22 Jan 2015 15:51:44 +0000 (00:51 +0900)
commitee94ee3464e859cf62f0690eb3619899011b63cd
tree7b83d239fb90e5b3f8abef5cbde0d2f5c8f26a0f
parentec79c7982401d168311093bd3fe421bceb4dfc5e
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>
arch/arm/cpu/armv7/uniphier/ph1-ld4/umc_init.c
arch/arm/cpu/armv7/uniphier/ph1-pro4/umc_init.c
arch/arm/cpu/armv7/uniphier/ph1-sld8/umc_init.c