Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Int controller fixes.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Pete Popov and committed by
Ralf Baechle
ebc7f12f 88d535b6

+1 -5
+1 -5
arch/mips/au1000/pb1200/board_setup.c
··· 59 59 extern void (*board_init_irq)(void); 60 60 61 61 #ifdef CONFIG_BLK_DEV_IDE_AU1XXX 62 - extern struct ide_ops *ide_ops; 63 - extern struct ide_ops au1xxx_ide_ops; 64 62 extern u32 au1xxx_ide_virtbase; 65 63 extern u64 au1xxx_ide_physbase; 66 64 extern int au1xxx_ide_irq; ··· 145 147 /* 146 148 * Iniz IDE parameters 147 149 */ 148 - ide_ops = &au1xxx_ide_ops; 149 150 au1xxx_ide_irq = PB1200_IDE_INT; 150 151 au1xxx_ide_physbase = AU1XXX_ATA_PHYS_ADDR; 151 152 au1xxx_ide_virtbase = KSEG1ADDR(AU1XXX_ATA_PHYS_ADDR); ··· 173 176 #ifdef CONFIG_MIPS_DB1200 174 177 printk("AMD Alchemy Db1200 Board\n"); 175 178 #endif 176 - #if 0 179 + 177 180 /* Setup Pb1200 External Interrupt Controller */ 178 181 { 179 182 extern void (*board_init_irq)(void); 180 183 extern void _board_init_irq(void); 181 184 board_init_irq = _board_init_irq; 182 185 } 183 - #endif 184 186 }