Skip to content
Commit b411f2af authored by Tom Rini's avatar Tom Rini
Browse files

m5253demo: Fix static variable in non-static inline function warning



The function 'spin_wheel' is declared as inline, but not static and thus
we see warnings that 'w' and 'p' are declared static in a non-static
inline function.  Correct this by marking spin_wheel as static inline.

Cc: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
Signed-off-by: default avatarTom Rini <trini@konsulko.com>
parent 82b9dc63
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment