From fa838874cf29a18ce11371c048358f683c74ff0e Mon Sep 17 00:00:00 2001
From: stroese <stroese>
Date: Thu, 16 Dec 2004 17:40:30 +0000
Subject: [PATCH] remove "static" from "ide_dev_desc" to use it from external
 code

---
 common/cmd_ide.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/cmd_ide.c b/common/cmd_ide.c
index 9e50599bf6c..77a04940160 100644
--- a/common/cmd_ide.c
+++ b/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
-- 
GitLab