summaryrefslogtreecommitdiff
path: root/arch/arm/mach-stm32mp/cmd_stm32prog/cmd_stm32prog.c
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2022-07-25 20:25:05 -0500
committerTom Rini <trini@konsulko.com>2022-08-26 10:55:46 -0400
commitf127a58e054b5607803da62e2b80cb4cd4194938 (patch)
tree030d4046591c063999ac4cfb28ac9ee2a8d0a6c3 /arch/arm/mach-stm32mp/cmd_stm32prog/cmd_stm32prog.c
parent0d74f2684bc6e0baa8e9fc8af6de1e8f446f3a52 (diff)
firmware: ti_sci: Remove inline keyword from functions
The inline hint is not needed here, the compiler will do the right thing based on if we are compiling for speed or for code size. In this case the inline causes this function to be placed inside each callsite which is not the right thing to do for either speed nor size. There is no performance benefit to this due to the larger function size reducing cache locality, but there is a huge size penalty. Remove inline keyword. Signed-off-by: Andrew Davis <afd@ti.com>
Diffstat (limited to 'arch/arm/mach-stm32mp/cmd_stm32prog/cmd_stm32prog.c')
0 files changed, 0 insertions, 0 deletions