]> git.hungrycats.org Git - linux/commitdiff
[PATCH] asm-parisc/ide.h cleanup (there are no standard ports)
authorBartlomiej Zolnierkiewicz <b.zolnierkiewicz@elka.pw.edu.pl>
Mon, 29 Mar 2004 10:15:53 +0000 (02:15 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 29 Mar 2004 10:15:53 +0000 (02:15 -0800)
Acked by Grant Grundler and Matthew Wilcox.

include/asm-parisc/ide.h

index db943f0d67dcc9d971a879f13981c70611751cd5..230bc4402630737cab3d57ac9da60129177901cb 100644 (file)
@@ -41,19 +41,8 @@ static __inline__ void ide_init_hwif_ports(hw_regs_t *hw, ide_ioreg_t data_port,
        hw->io_ports[IDE_IRQ_OFFSET] = 0;
 }
 
-static __inline__ void ide_init_default_hwifs(void)
-{
-#ifndef CONFIG_PCI
-       hw_regs_t hw;
-       int index;
-
-       for(index = 0; index < MAX_HWIFS; index++) {
-               ide_init_hwif_ports(&hw, ide_default_io_base(index), 0, NULL);
-               hw.irq = ide_default_irq(ide_default_io_base(index));
-               ide_register_hw(&hw);
-       }
-#endif
-}
+/* There are no standard ports. */
+static inline void ide_init_default_hwifs(void)        { ; }
 
 #define ide_request_irq(irq,hand,flg,dev,id)   request_irq((irq),(hand),(flg),(dev),(id))
 #define ide_free_irq(irq,dev_id)               free_irq((irq), (dev_id))