diff --git a/drivers/misc/hpilo.c b/drivers/misc/hpilo.c index fea8ff40440fcb319dc9126a833829159c40fa64..097e3092c1580e28d2ca33cb161b193cca97ffef 100644 --- a/drivers/misc/hpilo.c +++ b/drivers/misc/hpilo.c @@ -857,7 +857,7 @@ static int ilo_probe(struct pci_dev *pdev, return error; } -static struct pci_device_id ilo_devices[] = { +static const struct pci_device_id ilo_devices[] = { { PCI_DEVICE(PCI_VENDOR_ID_COMPAQ, 0xB204) }, { PCI_DEVICE(PCI_VENDOR_ID_HP, 0x3307) }, { }