aboutsummaryrefslogtreecommitdiff
path: root/arch/ia64
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2010-09-13 21:23:48 -0700
committerTony Luck <tony.luck@intel.com>2010-09-23 14:22:05 -0700
commitc216488cd1f35c54afbcedf185d5908beb814aef (patch)
tree374c2535c5d7f0615a2c70fbcd7fbb47d9be2c27 /arch/ia64
parent57aebd7739c8dbbf403876ee1e9673fafc83d856 (diff)
[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>
Diffstat (limited to 'arch/ia64')
-rw-r--r--arch/ia64/kernel/palinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kernel/palinfo.c b/arch/ia64/kernel/palinfo.c
index fdf6f9d013e..77597e5ea60 100644
--- a/arch/ia64/kernel/palinfo.c
+++ b/arch/ia64/kernel/palinfo.c
@@ -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)",