
12 May
2017
12 May
'17
7:23 p.m.
On Mon, May 08, 2017 at 10:14:35PM -0400, Tom Rini wrote:
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
Applied to u-boot/master, thanks!
--
Tom