From: Adrian Bunk Date: Mon, 13 Oct 2008 19:39:34 +0000 (+0200) Subject: xtensa: remove dead CONFIG_BLK_DEV_IDE code X-Git-Tag: v2.6.28-rc1~599^2~53 X-Git-Url: http://pilppa.org/gitweb/?a=commitdiff_plain;h=91ddc9988efeaed487eb7dd81d2557e1b1d501ef;p=linux-2.6-omap-h63xx.git xtensa: remove dead CONFIG_BLK_DEV_IDE code I don't know why this was there, but it was dead code. Signed-off-by: Adrian Bunk Cc: chris@zankel.net Signed-off-by: Bartlomiej Zolnierkiewicz --- diff --git a/arch/xtensa/kernel/setup.c b/arch/xtensa/kernel/setup.c index a00359e8f7a..9606d2bd1dd 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;