Loading drivers/hwmon/k10temp.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -205,7 +205,7 @@ static void __devexit k10temp_remove(struct pci_dev *pdev) pci_set_drvdata(pdev, NULL); pci_set_drvdata(pdev, NULL); } } static const struct pci_device_id k10temp_id_table[] = { static DEFINE_PCI_DEVICE_TABLE(k10temp_id_table) = { { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_10H_NB_MISC) }, { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_10H_NB_MISC) }, { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_11H_NB_MISC) }, { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_11H_NB_MISC) }, { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_CNB17H_F3) }, { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_CNB17H_F3) }, Loading drivers/hwmon/k8temp.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -136,7 +136,7 @@ static SENSOR_DEVICE_ATTR_2(temp3_input, S_IRUGO, show_temp, NULL, 1, 0); static SENSOR_DEVICE_ATTR_2(temp4_input, S_IRUGO, show_temp, NULL, 1, 1); static SENSOR_DEVICE_ATTR_2(temp4_input, S_IRUGO, show_temp, NULL, 1, 1); static DEVICE_ATTR(name, S_IRUGO, show_name, NULL); static DEVICE_ATTR(name, S_IRUGO, show_name, NULL); static const struct pci_device_id k8temp_ids[] = { static DEFINE_PCI_DEVICE_TABLE(k8temp_ids) = { { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_K8_NB_MISC) }, { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_K8_NB_MISC) }, { 0 }, { 0 }, }; }; Loading drivers/hwmon/sis5595.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -699,7 +699,7 @@ static struct sis5595_data *sis5595_update_device(struct device *dev) return data; return data; } } static const struct pci_device_id sis5595_pci_ids[] = { static DEFINE_PCI_DEVICE_TABLE(sis5595_pci_ids) = { { PCI_DEVICE(PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_503) }, { PCI_DEVICE(PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_503) }, { 0, } { 0, } }; }; Loading drivers/hwmon/via686a.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -777,7 +777,7 @@ static struct via686a_data *via686a_update_device(struct device *dev) return data; return data; } } static const struct pci_device_id via686a_pci_ids[] = { static DEFINE_PCI_DEVICE_TABLE(via686a_pci_ids) = { { PCI_DEVICE(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_82C686_4) }, { PCI_DEVICE(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_82C686_4) }, { 0, } { 0, } }; }; Loading drivers/hwmon/vt8231.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -699,7 +699,7 @@ static struct platform_driver vt8231_driver = { .remove = __devexit_p(vt8231_remove), .remove = __devexit_p(vt8231_remove), }; }; static const struct pci_device_id vt8231_pci_ids[] = { static DEFINE_PCI_DEVICE_TABLE(vt8231_pci_ids) = { { PCI_DEVICE(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_8231_4) }, { PCI_DEVICE(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_8231_4) }, { 0, } { 0, } }; }; Loading Loading
drivers/hwmon/k10temp.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -205,7 +205,7 @@ static void __devexit k10temp_remove(struct pci_dev *pdev) pci_set_drvdata(pdev, NULL); pci_set_drvdata(pdev, NULL); } } static const struct pci_device_id k10temp_id_table[] = { static DEFINE_PCI_DEVICE_TABLE(k10temp_id_table) = { { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_10H_NB_MISC) }, { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_10H_NB_MISC) }, { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_11H_NB_MISC) }, { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_11H_NB_MISC) }, { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_CNB17H_F3) }, { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_CNB17H_F3) }, Loading
drivers/hwmon/k8temp.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -136,7 +136,7 @@ static SENSOR_DEVICE_ATTR_2(temp3_input, S_IRUGO, show_temp, NULL, 1, 0); static SENSOR_DEVICE_ATTR_2(temp4_input, S_IRUGO, show_temp, NULL, 1, 1); static SENSOR_DEVICE_ATTR_2(temp4_input, S_IRUGO, show_temp, NULL, 1, 1); static DEVICE_ATTR(name, S_IRUGO, show_name, NULL); static DEVICE_ATTR(name, S_IRUGO, show_name, NULL); static const struct pci_device_id k8temp_ids[] = { static DEFINE_PCI_DEVICE_TABLE(k8temp_ids) = { { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_K8_NB_MISC) }, { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_K8_NB_MISC) }, { 0 }, { 0 }, }; }; Loading
drivers/hwmon/sis5595.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -699,7 +699,7 @@ static struct sis5595_data *sis5595_update_device(struct device *dev) return data; return data; } } static const struct pci_device_id sis5595_pci_ids[] = { static DEFINE_PCI_DEVICE_TABLE(sis5595_pci_ids) = { { PCI_DEVICE(PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_503) }, { PCI_DEVICE(PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_503) }, { 0, } { 0, } }; }; Loading
drivers/hwmon/via686a.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -777,7 +777,7 @@ static struct via686a_data *via686a_update_device(struct device *dev) return data; return data; } } static const struct pci_device_id via686a_pci_ids[] = { static DEFINE_PCI_DEVICE_TABLE(via686a_pci_ids) = { { PCI_DEVICE(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_82C686_4) }, { PCI_DEVICE(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_82C686_4) }, { 0, } { 0, } }; }; Loading
drivers/hwmon/vt8231.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -699,7 +699,7 @@ static struct platform_driver vt8231_driver = { .remove = __devexit_p(vt8231_remove), .remove = __devexit_p(vt8231_remove), }; }; static const struct pci_device_id vt8231_pci_ids[] = { static DEFINE_PCI_DEVICE_TABLE(vt8231_pci_ids) = { { PCI_DEVICE(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_8231_4) }, { PCI_DEVICE(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_8231_4) }, { 0, } { 0, } }; }; Loading