Home
last modified time | relevance | path

Searched hist:b411f2af49117171a6f5d696f08a01b2f4a35c3b (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/board/freescale/m5253demo/
H A Dflash.cb411f2af49117171a6f5d696f08a01b2f4a35c3b Tue May 09 02:14:35 UTC 2017 Tom Rini <trini@konsulko.com> 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>