diff options
-rw-r--r-- | drivers/char/agp/sis-agp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/agp/sis-agp.c b/drivers/char/agp/sis-agp.c index 2c74038da459..14909fc5d767 100644 --- a/drivers/char/agp/sis-agp.c +++ b/drivers/char/agp/sis-agp.c | |||
@@ -237,7 +237,7 @@ static int agp_sis_resume(struct pci_dev *pdev) | |||
237 | 237 | ||
238 | #endif /* CONFIG_PM */ | 238 | #endif /* CONFIG_PM */ |
239 | 239 | ||
240 | static struct pci_device_id agp_sis_pci_table[] = { | 240 | static const struct pci_device_id agp_sis_pci_table[] = { |
241 | { | 241 | { |
242 | .class = (PCI_CLASS_BRIDGE_HOST << 8), | 242 | .class = (PCI_CLASS_BRIDGE_HOST << 8), |
243 | .class_mask = ~0, | 243 | .class_mask = ~0, |