aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ide.h
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2009-03-24 18:22:53 -0400
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2009-03-24 18:22:53 -0400
commit86ccf37c6acd74cf7e4b7751ee045de19943c5a0 (patch)
tree30d0de6d0b4a9c84b22f840a45710fd99145f082 /include/linux/ide.h
parent2ed0ef543ae3f3ea4f8bd0433fb1fed22625a309 (diff)
ide: remove pciirq argument from ide_pci_setup_ports()
* Set ->irq explicitly in cs5520.c. * Remove irq argument from ide_hw_configure(). * Remove pciirq argument from ide_pci_setup_ports(). There should be no functional changes caused by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r--include/linux/ide.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index 117dd171e70b..24e265af4f1c 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -1265,7 +1265,7 @@ static inline int ide_pci_is_in_compatibility_mode(struct pci_dev *dev)
1265 return 0; 1265 return 0;
1266} 1266}
1267 1267
1268void ide_pci_setup_ports(struct pci_dev *, const struct ide_port_info *, int, 1268void ide_pci_setup_ports(struct pci_dev *, const struct ide_port_info *,
1269 hw_regs_t *, hw_regs_t **); 1269 hw_regs_t *, hw_regs_t **);
1270void ide_setup_pci_noise(struct pci_dev *, const struct ide_port_info *); 1270void ide_setup_pci_noise(struct pci_dev *, const struct ide_port_info *);
1271 1271