[IA64] Use static const char * const in palinfo.c

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>

authored by Joe Perches and committed by Tony Luck c216488c 57aebd77

+1 -1
+1 -1
arch/ia64/kernel/palinfo.c
··· 434 unsigned long phys_stacked; 435 pal_hints_u_t hints; 436 unsigned long iregs, dregs; 437 - char *info_type[]={ 438 "Implemented AR(s)", 439 "AR(s) with read side-effects", 440 "Implemented CR(s)",
··· 434 unsigned long phys_stacked; 435 pal_hints_u_t hints; 436 unsigned long iregs, dregs; 437 + static const char * const info_type[] = { 438 "Implemented AR(s)", 439 "AR(s) with read side-effects", 440 "Implemented CR(s)",