aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/misc/hpilo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/hpilo.c b/drivers/misc/hpilo.c
index fea8ff40440f..097e3092c158 100644
--- a/drivers/misc/hpilo.c
+++ b/drivers/misc/hpilo.c
@@ -857,7 +857,7 @@ out:
857 return error; 857 return error;
858} 858}
859 859
860static struct pci_device_id ilo_devices[] = { 860static const struct pci_device_id ilo_devices[] = {
861 { PCI_DEVICE(PCI_VENDOR_ID_COMPAQ, 0xB204) }, 861 { PCI_DEVICE(PCI_VENDOR_ID_COMPAQ, 0xB204) },
862 { PCI_DEVICE(PCI_VENDOR_ID_HP, 0x3307) }, 862 { PCI_DEVICE(PCI_VENDOR_ID_HP, 0x3307) },
863 { } 863 { }