Browse Source

remove "static" from "ide_dev_desc" to use it from external code

stroese 20 years ago
parent
commit
fa838874cf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      common/cmd_ide.c

+ 1 - 1
common/cmd_ide.c

@@ -140,7 +140,7 @@ static int	    ide_bus_ok[CFG_IDE_MAXBUS];
 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