--- zzzz-none-000/linux-3.10.107/arch/microblaze/kernel/unwind.c 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/arch/microblaze/kernel/unwind.c 2021-02-04 17:41:59.000000000 +0000 @@ -59,7 +59,7 @@ * * Return - Number of stack bytes the instruction reserves or reclaims */ -inline long get_frame_size(unsigned long instr) +static inline long get_frame_size(unsigned long instr) { return abs((s16)(instr & 0xFFFF)); }