This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / i2c / busses / i2c-hydra.c
index 7480fd0..275da79 100644 (file)
@@ -120,8 +120,6 @@ static struct pci_device_id hydra_ids[] = {
        { 0, }
 };
 
-MODULE_DEVICE_TABLE (pci, hydra_ids);
-
 static int __devinit hydra_probe(struct pci_dev *dev,
                                 const struct pci_device_id *id)
 {
@@ -168,7 +166,7 @@ static struct pci_driver hydra_driver = {
 
 static int __init i2c_hydra_init(void)
 {
-       return pci_register_driver(&hydra_driver);
+       return pci_module_init(&hydra_driver);
 }