Commit 17134d96735115644cc2f0e2b1bab51ca6e3ab95

Authored by Stephen Hemminger
Committed by Jesse Barnes
1 parent 6e63e80d88

PCI: bus speed strings should be const

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -49,7 +49,7 @@
49 49 }
50 50  
51 51 /* these strings match up with the values in pci_bus_speed */
52   -static char *pci_bus_speed_strings[] = {
  52 +static const char *pci_bus_speed_strings[] = {
53 53 "33 MHz PCI", /* 0x00 */
54 54 "66 MHz PCI", /* 0x01 */
55 55 "66 MHz PCI-X", /* 0x02 */