commit | 36d59bd9da9e15d19b867b48449408830f4e2ad5 | [log] [tgz] |
---|---|---|
author | Heiko Schocher <hs@denx.de> | Wed Jul 23 07:30:46 2008 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Wed Jul 30 00:29:52 2008 +0200 |
tree | 8b977b08afeefa04760498664a6e769cbedd6d94 | |
parent | 7610db17fd4d59c51d825488526d85ede2f06767 [diff] |
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>