Files
u-boot/board
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
..
2016-10-28 18:37:13 +02:00
2017-01-21 15:12:33 -05:00
2016-09-07 08:48:58 -04:00
2017-01-02 17:55:58 +01:00