[U-Boot] [U-Boot, 17/17] m5253demo: Fix static variable in non-static inline function warning

Tom Rini trini at konsulko.com
Fri May 12 17:23:20 UTC 2017


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 at freescale.com>
> Signed-off-by: Tom Rini <trini at konsulko.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170512/e0463a12/attachment.sig>


More information about the U-Boot mailing list