Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c216488c authored by Joe Perches's avatar Joe Perches Committed by Tony Luck
Browse files

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



Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 57aebd77
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)",