|
@@ -19,7 +19,6 @@
|
|
|
#include <linux/ioport.h>
|
|
|
#include <linux/console.h>
|
|
|
#include <linux/pci.h>
|
|
|
-#include <linux/ide.h>
|
|
|
#include <linux/seq_file.h>
|
|
|
#include <linux/root_dev.h>
|
|
|
|
|
@@ -668,35 +667,6 @@ static void __init pplus_init_IRQ(void)
|
|
|
ppc_md.progress("init_irq: exit", 0);
|
|
|
}
|
|
|
|
|
|
-#if defined(CONFIG_BLK_DEV_IDE) || defined(CONFIG_BLK_DEV_IDE_MODULE)
|
|
|
-/*
|
|
|
- * IDE stuff.
|
|
|
- */
|
|
|
-static int pplus_ide_default_irq(unsigned long base)
|
|
|
-{
|
|
|
- switch (base) {
|
|
|
- case 0x1f0:
|
|
|
- return 14;
|
|
|
- case 0x170:
|
|
|
- return 15;
|
|
|
- default:
|
|
|
- return 0;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-static unsigned long pplus_ide_default_io_base(int index)
|
|
|
-{
|
|
|
- switch (index) {
|
|
|
- case 0:
|
|
|
- return 0x1f0;
|
|
|
- case 1:
|
|
|
- return 0x170;
|
|
|
- default:
|
|
|
- return 0;
|
|
|
- }
|
|
|
-}
|
|
|
-#endif
|
|
|
-
|
|
|
#ifdef CONFIG_SMP
|
|
|
/* PowerPlus (MTX) support */
|
|
|
static int __init smp_pplus_probe(void)
|
|
@@ -862,11 +832,6 @@ platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
|
|
|
ppc_md.find_end_of_memory = pplus_find_end_of_memory;
|
|
|
ppc_md.setup_io_mappings = pplus_map_io;
|
|
|
|
|
|
-#if defined(CONFIG_BLK_DEV_IDE) || defined(CONFIG_BLK_DEV_IDE_MODULE)
|
|
|
- ppc_ide_md.default_irq = pplus_ide_default_irq;
|
|
|
- ppc_ide_md.default_io_base = pplus_ide_default_io_base;
|
|
|
-#endif
|
|
|
-
|
|
|
#ifdef CONFIG_SERIAL_TEXT_DEBUG
|
|
|
ppc_md.progress = gen550_progress;
|
|
|
#endif /* CONFIG_SERIAL_TEXT_DEBUG */
|