mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-09 20:18:54 -04:00
remove "static" from "ide_dev_desc" to use it from external code
This commit is contained in:
parent
1cdf5d92cf
commit
fa838874cf
@ -140,7 +140,7 @@ static int ide_bus_ok[CFG_IDE_MAXBUS];
|
|||||||
static int ide_bus_ok[CFG_IDE_MAXBUS] = {0,};
|
static int ide_bus_ok[CFG_IDE_MAXBUS] = {0,};
|
||||||
#endif
|
#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
|
#ifdef CONFIG_IDE_LED
|
||||||
|
Loading…
x
Reference in New Issue
Block a user