X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fhwmon%2Fvt8231.c;h=b3babe3326fb2d41b68ce3712f8dd00871c33508;hb=3f17ea6dea8ba5668873afa54628a91aaa3fb1c0;hp=aee14e2192f8813dbb59dee615142db9505dcd9a;hpb=b7d3622a39fde7658170b7f3cf6c6889bb8db30d;p=karo-tx-linux.git diff --git a/drivers/hwmon/vt8231.c b/drivers/hwmon/vt8231.c index aee14e2192f8..b3babe3326fb 100644 --- a/drivers/hwmon/vt8231.c +++ b/drivers/hwmon/vt8231.c @@ -766,7 +766,7 @@ static struct platform_driver vt8231_driver = { .remove = vt8231_remove, }; -static DEFINE_PCI_DEVICE_TABLE(vt8231_pci_ids) = { +static const struct pci_device_id vt8231_pci_ids[] = { { PCI_DEVICE(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_8231_4) }, { 0, } };