]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Fix warnings if compiling with IDE support.
authorHeiko Schocher <hs@denx.de>
Wed, 23 Jul 2008 05:30:46 +0000 (07:30 +0200)
committerWolfgang Denk <wd@denx.de>
Tue, 29 Jul 2008 22:29:52 +0000 (00:29 +0200)
commit36d59bd9da9e15d19b867b48449408830f4e2ad5
tree8b977b08afeefa04760498664a6e769cbedd6d94
parent7610db17fd4d59c51d825488526d85ede2f06767
Fix warnings if compiling with IDE support.

cmd_ide.c:827: Warnung: weak declaration of `ide_outb' after first use results in unspecified behavior
cmd_ide.c:839: Warnung: weak declaration of `ide_inb' after first use results in unspecified behavior

Signed-off-by: Heiko Schocher <hs@denx.de>
common/cmd_ide.c