diff options
-rw-r--r-- | drivers/char/agp/uninorth-agp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/agp/uninorth-agp.c b/drivers/char/agp/uninorth-agp.c index fdced547ad59..c381c8e396fc 100644 --- a/drivers/char/agp/uninorth-agp.c +++ b/drivers/char/agp/uninorth-agp.c | |||
@@ -679,7 +679,7 @@ static void agp_uninorth_remove(struct pci_dev *pdev) | |||
679 | agp_put_bridge(bridge); | 679 | agp_put_bridge(bridge); |
680 | } | 680 | } |
681 | 681 | ||
682 | static struct pci_device_id agp_uninorth_pci_table[] = { | 682 | static const struct pci_device_id agp_uninorth_pci_table[] = { |
683 | { | 683 | { |
684 | .class = (PCI_CLASS_BRIDGE_HOST << 8), | 684 | .class = (PCI_CLASS_BRIDGE_HOST << 8), |
685 | .class_mask = ~0, | 685 | .class_mask = ~0, |