]> Pileus Git - ~andy/linux/blobdiff - drivers/hwmon/sis5595.c
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelv...
[~andy/linux] / drivers / hwmon / sis5595.c
index b6e17b2139546eec22fe0b3babd9c7418050832c..3532026e25dafbf1006bff72559f6e0eba00070e 100644 (file)
@@ -754,7 +754,7 @@ static struct sis5595_data *sis5595_update_device(struct device *dev)
        return data;
 }
 
-static DEFINE_PCI_DEVICE_TABLE(sis5595_pci_ids) = {
+static const struct pci_device_id sis5595_pci_ids[] = {
        { PCI_DEVICE(PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_503) },
        { 0, }
 };