|
@@ -93,7 +93,7 @@ struct board_id {
|
|
|
unsigned int is_pci_express;
|
|
|
};
|
|
|
|
|
|
-static struct board_id dgnc_ids[] = {
|
|
|
+static const struct board_id dgnc_ids[] = {
|
|
|
{ PCI_DEVICE_CLASSIC_4_PCI_NAME, 4, 0 },
|
|
|
{ PCI_DEVICE_CLASSIC_4_422_PCI_NAME, 4, 0 },
|
|
|
{ PCI_DEVICE_CLASSIC_8_PCI_NAME, 8, 0 },
|