1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-20 01:52:09 +02:00
Files
u-boot-megous/board/freescale/m5253demo
Tom Rini b411f2af49 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: Tom Rini <trini@konsulko.com>
2017-05-12 08:37:33 -04:00
..
2014-07-30 08:48:06 -04:00