This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / i2c / busses / i2c-i801.c
index d7b57bf..e873ba0 100644 (file)
@@ -30,7 +30,6 @@
     82801EB            24D3   (HW PEC supported, 32 byte buffer not supported)
     6300ESB            25A4
     ICH6               266A
-    ICH7               27DA
     This driver supports several versions of Intel's I/O Controller Hubs (ICH).
     For SMBus support, they are similar to the PIIX4 and are part
     of Intel's '810' and other chipsets.
@@ -597,17 +596,9 @@ static struct pci_device_id i801_ids[] = {
                .subvendor =    PCI_ANY_ID,
                .subdevice =    PCI_ANY_ID,
        },
-       {
-               .vendor =       PCI_VENDOR_ID_INTEL,
-               .device =       PCI_DEVICE_ID_INTEL_ICH7_17,
-               .subvendor =    PCI_ANY_ID,
-               .subdevice =    PCI_ANY_ID,
-       },
        { 0, }
 };
 
-MODULE_DEVICE_TABLE (pci, i801_ids);
-
 static int __devinit i801_probe(struct pci_dev *dev, const struct pci_device_id *id)
 {
 
@@ -640,7 +631,7 @@ static struct pci_driver i801_driver = {
 
 static int __init i2c_i801_init(void)
 {
-       return pci_register_driver(&i801_driver);
+       return pci_module_init(&i801_driver);
 }
 
 static void __exit i2c_i801_exit(void)