[core] mark the configuration table as const

This commit is contained in:
Geoffrey McRae
2020-11-15 15:12:01 +11:00
parent 8ea3ae46fc
commit d88aecfc00
7 changed files with 17 additions and 14 deletions

View File

@@ -102,7 +102,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA
{PCI_VENDOR_ID_ATI, 0x7360, op, DEVICE_INFO(AMD_NAVI12)}, \
{PCI_VENDOR_ID_ATI, 0x7362, op, DEVICE_INFO(AMD_NAVI12)}
static struct vendor_reset_cfg vendor_reset_devices[] = {
static const struct vendor_reset_cfg vendor_reset_devices[] = {
_AMD_POLARIS10(&amd_polaris10_ops),
_AMD_POLARIS11(&amd_polaris10_ops),
_AMD_POLARIS12(&amd_polaris10_ops),