aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_pdc2027x.c
diff options
context:
space:
mode:
authorHenrik Kretzschmar <henne@nachtwindheim.de>2006-10-10 14:29:24 -0700
committerJeff Garzik <jeff@garzik.org>2006-12-01 22:40:25 -0500
commit72dc6794fcd7642200a87bf18e3a43e676314b63 (patch)
tree1bdf5d48d62a6851cb424284a37adc44a6da5705 /drivers/ata/pata_pdc2027x.c
parent[PATCH] libata: add 40pin "short" cable support, honour drive side speed detection (diff)
downloadlinux-dev-72dc6794fcd7642200a87bf18e3a43e676314b63.tar.xz
linux-dev-72dc6794fcd7642200a87bf18e3a43e676314b63.zip
[PATCH] pci_module_init() conversion for pata_pdc2027x
pci_module_init() conversion for pata_pdc2027x Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de> Acked-by: Alan Cox <alan@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/pata_pdc2027x.c')
-rw-r--r--drivers/ata/pata_pdc2027x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_pdc2027x.c b/drivers/ata/pata_pdc2027x.c
index beb6d10a234b..ef854299989c 100644
--- a/drivers/ata/pata_pdc2027x.c
+++ b/drivers/ata/pata_pdc2027x.c
@@ -854,7 +854,7 @@ static void __devexit pdc2027x_remove_one(struct pci_dev *pdev)
*/
static int __init pdc2027x_init(void)
{
- return pci_module_init(&pdc2027x_pci_driver);
+ return pci_register_driver(&pdc2027x_pci_driver);
}
/**