Skip to content
Snippets Groups Projects
Commit 5e2c08c3 authored by Emil Medve's avatar Emil Medve Committed by Wolfgang Denk
Browse files

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: default avatarEmil Medve <Emilian.Medve@Freescale.com>
parent fe6da483
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment