summaryrefslogtreecommitdiffstats
path: root/include/linux/ide.h
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz2009-03-24 23:22:53 +0100
committerBartlomiej Zolnierkiewicz2009-03-24 23:22:53 +0100
commit86ccf37c6acd74cf7e4b7751ee045de19943c5a0 (patch)
tree30d0de6d0b4a9c84b22f840a45710fd99145f082 /include/linux/ide.h
parentide: fix ->init_chipset method to return 'int' value (diff)
downloadkernel-qcow2-linux-86ccf37c6acd74cf7e4b7751ee045de19943c5a0.tar.gz
kernel-qcow2-linux-86ccf37c6acd74cf7e4b7751ee045de19943c5a0.tar.xz
kernel-qcow2-linux-86ccf37c6acd74cf7e4b7751ee045de19943c5a0.zip
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)
return 0;
}
-void ide_pci_setup_ports(struct pci_dev *, const struct ide_port_info *, int,
+void ide_pci_setup_ports(struct pci_dev *, const struct ide_port_info *,
hw_regs_t *, hw_regs_t **);
void ide_setup_pci_noise(struct pci_dev *, const struct ide_port_info *);