diff options
Diffstat (limited to 'drivers/ata/pata_pdc2027x.c')
-rw-r--r-- | drivers/ata/pata_pdc2027x.c | 2 |
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) | |||
854 | */ | 854 | */ |
855 | static int __init pdc2027x_init(void) | 855 | static int __init pdc2027x_init(void) |
856 | { | 856 | { |
857 | return pci_module_init(&pdc2027x_pci_driver); | 857 | return pci_register_driver(&pdc2027x_pci_driver); |
858 | } | 858 | } |
859 | 859 | ||
860 | /** | 860 | /** |