x86/PCI: Constify pci_mmcfg_probes[] array
authorMathias Krause <minipli@googlemail.com>
Mon, 25 Aug 2014 21:26:38 +0000 (23:26 +0200)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 24 Sep 2014 12:46:22 +0000 (06:46 -0600)
commit6af13bac777aaec7460475a9fea8e9640c4b606e
tree0a8b596a40e0fb5976e3130c8de71ef1fb803519
parent776f7ad6322817a5a021c5c479d688d322fb4b27
x86/PCI: Constify pci_mmcfg_probes[] array

The pci_mmcfg_probes[] array is only ever read, therefore make it const.

Signed-off-by: Mathias Krause <minipli@googlemail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Ingo Molnar <mingo@kernel.org>
arch/x86/pci/mmconfig-shared.c
This page took 0.024035 seconds and 5 git commands to generate.