mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-10 07:50:04 +00:00
[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>
This commit is contained in:
parent
57aebd7739
commit
c216488cd1
@ -434,7 +434,7 @@ register_info(char *page)
|
||||
unsigned long phys_stacked;
|
||||
pal_hints_u_t hints;
|
||||
unsigned long iregs, dregs;
|
||||
char *info_type[]={
|
||||
static const char * const info_type[] = {
|
||||
"Implemented AR(s)",
|
||||
"AR(s) with read side-effects",
|
||||
"Implemented CR(s)",
|
||||
|
Loading…
x
Reference in New Issue
Block a user