]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/i2c/busses/i2c-amd8111.c
i2c: Make PCI device ids constant
[karo-tx-linux.git] / drivers / i2c / busses / i2c-amd8111.c
index 5b4ad86ca166f2bdcec9e63f8fa02947f2bfd83c..d0dc970d7370a8f6116f7222cb605fbbf2ece88b 100644 (file)
@@ -351,7 +351,7 @@ static const struct i2c_algorithm smbus_algorithm = {
 };
 
 
-static struct pci_device_id amd8111_ids[] = {
+static const struct pci_device_id amd8111_ids[] = {
        { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_8111_SMBUS2) },
        { 0, }
 };