aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/kernel/intc.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2010-09-13 21:23:49 -0700
committerMichal Simek <monstr@monstr.eu>2010-10-21 15:51:45 +1000
commit92ee8bd468b43938319d6ff51afb071b6e9ef758 (patch)
tree0fbd7b5f7c5f84cba44398b8fe60782fafba732a /arch/microblaze/kernel/intc.c
parentmicroblaze: Define VMALLOC_START/END (diff)
downloadlinux-dev-92ee8bd468b43938319d6ff51afb071b6e9ef758.tar.xz
linux-dev-92ee8bd468b43938319d6ff51afb071b6e9ef758.zip
microblaze: Use static const char * const where possible
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/kernel/intc.c')
-rw-r--r--arch/microblaze/kernel/intc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/kernel/intc.c b/arch/microblaze/kernel/intc.c
index 03172c1da770..e1cf0819d753 100644
--- a/arch/microblaze/kernel/intc.c
+++ b/arch/microblaze/kernel/intc.c
@@ -126,7 +126,7 @@ void __init init_IRQ(void)
0
};
#endif
- static char *intc_list[] = {
+ const char * const intc_list[] = {
"xlnx,xps-intc-1.00.a",
"xlnx,opb-intc-1.00.c",
"xlnx,opb-intc-1.00.b",