commit | baef25197a086492f060c2a5f8be5b09cabd3467 | [log] [tgz] |
---|---|---|
author | stroese <stroese> | Thu Dec 16 17:40:30 2004 +0000 |
committer | stroese <stroese> | Thu Dec 16 17:40:30 2004 +0000 |
tree | acad1f819c05d535086a6de1489002bfcd9c3658 | |
parent | edd3585a1cdbfab1d004845451f9346c82a56569 [diff] |
remove "static" from "ide_dev_desc" to use it from external code
diff --git a/common/cmd_ide.c b/common/cmd_ide.c index 9e50599..77a0494 100644 --- a/common/cmd_ide.c +++ b/common/cmd_ide.c
@@ -140,7 +140,7 @@ static int ide_bus_ok[CFG_IDE_MAXBUS] = {0,}; #endif -static block_dev_desc_t ide_dev_desc[CFG_IDE_MAXDEVICE]; +block_dev_desc_t ide_dev_desc[CFG_IDE_MAXDEVICE]; /* ------------------------------------------------------------------------- */ #ifdef CONFIG_IDE_LED