diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2009-03-24 18:22:53 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2009-03-24 18:22:53 -0400 |
commit | 86ccf37c6acd74cf7e4b7751ee045de19943c5a0 (patch) | |
tree | 30d0de6d0b4a9c84b22f840a45710fd99145f082 /include/linux | |
parent | 2ed0ef543ae3f3ea4f8bd0433fb1fed22625a309 (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')
-rw-r--r-- | include/linux/ide.h | 2 |
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 | ||
1268 | void ide_pci_setup_ports(struct pci_dev *, const struct ide_port_info *, int, | 1268 | void 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 **); |
1270 | void ide_setup_pci_noise(struct pci_dev *, const struct ide_port_info *); | 1270 | void ide_setup_pci_noise(struct pci_dev *, const struct ide_port_info *); |
1271 | 1271 | ||