Commit 255e9fd4b10005fe95d4c1862d6428f7a857deb9

Authored by Artem Bityutskiy
Committed by David Woodhouse
1 parent f1faa69d8b

ssb: driver_mipscore: add a const qualifier

Be a bit stricter and add few more 'const' qualifiers.

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Cc: Michael Buesch <m@bues.ch>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>

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

drivers/ssb/driver_mipscore.c
... ... @@ -18,7 +18,7 @@
18 18  
19 19 #include "ssb_private.h"
20 20  
21   -static const char *part_probes[] = { "bcm47xxpart", NULL };
  21 +static const char * const part_probes[] = { "bcm47xxpart", NULL };
22 22  
23 23 static struct physmap_flash_data ssb_pflash_data = {
24 24 .part_probe_types = part_probes,