ide: drop 'name' parameter from ->init_chipset method
[deliverable/linux.git] / drivers / ide / pci / aec62xx.c
index f6dc6c20f3afcbd28fc3a1b8efe818fe14e459f9..e0c8fe7d9fea9facda5be76db1821100d4a4c201 100644 (file)
@@ -140,7 +140,7 @@ static void aec_set_pio_mode(ide_drive_t *drive, const u8 pio)
        drive->hwif->port_ops->set_dma_mode(drive, pio + XFER_PIO_0);
 }
 
-static unsigned int __devinit init_chipset_aec62xx(struct pci_dev *dev, const char *name)
+static unsigned int __devinit init_chipset_aec62xx(struct pci_dev *dev)
 {
        /* These are necessary to get AEC6280 Macintosh cards to work */
        if ((dev->device == PCI_DEVICE_ID_ARTOP_ATP865) ||
This page took 0.044632 seconds and 5 git commands to generate.