patch-2.4.20 linux-2.4.20/arch/m68k/sun3/sun3ints.c
Next file: linux-2.4.20/arch/m68k/sun3x/config.c
Previous file: linux-2.4.20/arch/m68k/sun3/sbus.c
Back to the patch index
Back to the overall index
-  Lines: 20
-  Date:
Thu Nov 28 15:53:09 2002
-  Orig file: 
linux-2.4.19/arch/m68k/sun3/sun3ints.c
-  Orig date: 
Mon Jun 11 19:15:27 2001
diff -urN linux-2.4.19/arch/m68k/sun3/sun3ints.c linux-2.4.20/arch/m68k/sun3/sun3ints.c
@@ -99,7 +99,7 @@
 };
 static void (*sun3_vechandler[192])(int, void *, struct pt_regs *);
 static void *vec_ids[192];
-static char *vec_names[192];
+static const char *vec_names[192];
 
 static void sun3_inthandle(int irq, void *dev_id, struct pt_regs *fp)
 {
@@ -122,8 +122,8 @@
 	sun3_inthandle, sun3_int5, sun3_inthandle, sun3_int7
 };
 
-static char *dev_names[SYS_IRQS] = { NULL, NULL, NULL, NULL, 
-				     NULL, "timer", NULL, NULL };
+static const char *dev_names[SYS_IRQS] = { NULL, NULL, NULL, NULL,
+					   NULL, "timer", NULL, NULL };
 
 void sun3_init_IRQ(void)
 {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)