commit | 8dc929db4610e99be9f99d3dd125adfc4bf0cefd | [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 | a590eeea1344746cc9a00d8571b8171f96c7c8aa [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>