[2.6 patch] xtensa: remove dead CONFIG_BLK_DEV_IDE code

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Adrian Bunk
Date: Wednesday, August 13, 2008 - 3:19 pm

I don't know why this was there, but it was dead code.

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---
f2db4adb7a7f8fc0ea216fbc2d38a0c3802894ab 
diff --git a/arch/xtensa/kernel/setup.c b/arch/xtensa/kernel/setup.c
index a00359e..9606d2b 100644
--- a/arch/xtensa/kernel/setup.c
+++ b/arch/xtensa/kernel/setup.c
@@ -53,11 +53,6 @@ extern struct fd_ops no_fd_ops;
 struct fd_ops *fd_ops;
 #endif
 
-#if defined(CONFIG_BLK_DEV_IDE) || defined(CONFIG_BLK_DEV_IDE_MODULE)
-extern struct ide_ops no_ide_ops;
-struct ide_ops *ide_ops;
-#endif
-
 extern struct rtc_ops no_rtc_ops;
 struct rtc_ops *rtc_ops;
 

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[2.6 patch] xtensa: remove dead CONFIG_BLK_DEV_IDE code, Adrian Bunk, (Wed Aug 13, 3:19 pm)
Re: [2.6 patch] xtensa: remove dead CONFIG_BLK_DEV_IDE code, Bartlomiej Zolnierki ..., (Sun Aug 17, 9:55 am)