aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-10-13 15:39:34 -0400
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2008-10-13 15:39:34 -0400
commit91ddc9988efeaed487eb7dd81d2557e1b1d501ef (patch)
tree634d710568a83a6147f53f41774191d1da7f2275
parent75d21fffd85fdb0a1d7238cf5996022d7bf424dd (diff)
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 <bunk@kernel.org> Cc: chris@zankel.net Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
-rw-r--r--arch/xtensa/kernel/setup.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/xtensa/kernel/setup.c b/arch/xtensa/kernel/setup.c
index a00359e8f7a8..9606d2bd1dd9 100644
--- a/arch/xtensa/kernel/setup.c
+++ b/arch/xtensa/kernel/setup.c
@@ -53,11 +53,6 @@ extern struct fd_ops no_fd_ops;
53struct fd_ops *fd_ops; 53struct fd_ops *fd_ops;
54#endif 54#endif
55 55
56#if defined(CONFIG_BLK_DEV_IDE) || defined(CONFIG_BLK_DEV_IDE_MODULE)
57extern struct ide_ops no_ide_ops;
58struct ide_ops *ide_ops;
59#endif
60
61extern struct rtc_ops no_rtc_ops; 56extern struct rtc_ops no_rtc_ops;
62struct rtc_ops *rtc_ops; 57struct rtc_ops *rtc_ops;
63 58