]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
common: fix inline--weak error spotted by gcc 4.4
authorKim Phillips <kim.phillips@freescale.com>
Tue, 19 May 2009 17:53:36 +0000 (12:53 -0500)
committerWolfgang Denk <wd@denx.de>
Wed, 20 May 2009 20:36:28 +0000 (22:36 +0200)
commit2df72b82bc9e17b88dc82735a067749220beb025
treeda0b0633eacd7adcc016ccc636a2fcd6ad22f949
parent9fd9abedcc3c10cf89353265cbe05f58609d51f3
common: fix inline--weak error spotted by gcc 4.4

cmd_ide.c:547: error: inline function 'ide_inb' cannot be declared weak

removing the inline attribute fixes it.

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
common/cmd_ide.c