]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Remove inline qualifier from show_boot_progress()
authorEmil Medve <Emilian.Medve@Freescale.com>
Tue, 12 May 2009 18:48:32 +0000 (13:48 -0500)
committerWolfgang Denk <wd@denx.de>
Fri, 15 May 2009 20:04:04 +0000 (22:04 +0200)
commit5e2c08c3ac90808e9be64856916bfd6df984823c
tree68a91848715d0e53de9513da89a150858e81c8ab
parentfe6da4837308aa33d537ac3e7f36c2d66e3d9a36
Remove inline qualifier from show_boot_progress()

The 'inline' is conflicting with the semantic of 'weak' attribute and with the
way the show_boot_progress() function is used.

Also gcc 4.4 is complaining about it:

main.c:51: error: inline function 'show_boot_progress' cannot be declared weak

Signed-off-by: Emil Medve <Emilian.Medve@Freescale.com>
common/main.c