- patches.fixes/patch-2.6.11-rc1: 2.6.11-rc1.
[linux-flexiantxendom0-3.2.10.git] / drivers / i2c / busses / i2c-ali1535.c
index dcc9365..b00cd40 100644 (file)
@@ -487,12 +487,7 @@ static struct i2c_adapter ali1535_adapter = {
 };
 
 static struct pci_device_id ali1535_ids[] = {
-       {
-               .vendor =       PCI_VENDOR_ID_AL,
-               .device =       PCI_DEVICE_ID_AL_M7101,
-               .subvendor =    PCI_ANY_ID,
-               .subdevice =    PCI_ANY_ID,
-       },
+       { PCI_DEVICE(PCI_VENDOR_ID_AL, PCI_DEVICE_ID_AL_M7101) },
        { },
 };