Re: [PATCH] (5/22) static vs. extern in amigaints.h

2005-08-25 Thread Roman Zippel
Hi,

On Thu, 25 Aug 2005, Al Viro wrote:

> 
> diff -urN RC13-rc7-sun3_pgtable/include/asm-m68k/amigaints.h 
> RC13-rc7-amigaints/include/asm-m68k/amigaints.h
> --- RC13-rc7-sun3_pgtable/include/asm-m68k/amigaints.h2005-06-17 
> 15:48:29.0 -0400
> +++ RC13-rc7-amigaints/include/asm-m68k/amigaints.h   2005-08-25 
> 00:54:07.0 -0400
> @@ -109,8 +109,6 @@
>  extern void amiga_do_irq(int irq, struct pt_regs *fp);
>  extern void amiga_do_irq_list(int irq, struct pt_regs *fp);
>  
> -extern unsigned short amiga_intena_vals[];
> -
>  /* CIA interrupt control register bits */
>  
>  #define CIA_ICR_TA   0x01

I have larger changes pending in this area, so I'd prefer you drop this 
one.

bye, Roman
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] (5/22) static vs. extern in amigaints.h

2005-08-25 Thread Roman Zippel
Hi,

On Thu, 25 Aug 2005, Al Viro wrote:

 
 diff -urN RC13-rc7-sun3_pgtable/include/asm-m68k/amigaints.h 
 RC13-rc7-amigaints/include/asm-m68k/amigaints.h
 --- RC13-rc7-sun3_pgtable/include/asm-m68k/amigaints.h2005-06-17 
 15:48:29.0 -0400
 +++ RC13-rc7-amigaints/include/asm-m68k/amigaints.h   2005-08-25 
 00:54:07.0 -0400
 @@ -109,8 +109,6 @@
  extern void amiga_do_irq(int irq, struct pt_regs *fp);
  extern void amiga_do_irq_list(int irq, struct pt_regs *fp);
  
 -extern unsigned short amiga_intena_vals[];
 -
  /* CIA interrupt control register bits */
  
  #define CIA_ICR_TA   0x01

I have larger changes pending in this area, so I'd prefer you drop this 
one.

bye, Roman
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] (5/22) static vs. extern in amigaints.h

2005-08-24 Thread Al Viro
extern declaration of static object removed from header

Signed-off-by: Al Viro <[EMAIL PROTECTED]>

diff -urN RC13-rc7-sun3_pgtable/include/asm-m68k/amigaints.h 
RC13-rc7-amigaints/include/asm-m68k/amigaints.h
--- RC13-rc7-sun3_pgtable/include/asm-m68k/amigaints.h  2005-06-17 
15:48:29.0 -0400
+++ RC13-rc7-amigaints/include/asm-m68k/amigaints.h 2005-08-25 
00:54:07.0 -0400
@@ -109,8 +109,6 @@
 extern void amiga_do_irq(int irq, struct pt_regs *fp);
 extern void amiga_do_irq_list(int irq, struct pt_regs *fp);
 
-extern unsigned short amiga_intena_vals[];
-
 /* CIA interrupt control register bits */
 
 #define CIA_ICR_TA 0x01
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] (5/22) static vs. extern in amigaints.h

2005-08-24 Thread Al Viro
extern declaration of static object removed from header

Signed-off-by: Al Viro [EMAIL PROTECTED]

diff -urN RC13-rc7-sun3_pgtable/include/asm-m68k/amigaints.h 
RC13-rc7-amigaints/include/asm-m68k/amigaints.h
--- RC13-rc7-sun3_pgtable/include/asm-m68k/amigaints.h  2005-06-17 
15:48:29.0 -0400
+++ RC13-rc7-amigaints/include/asm-m68k/amigaints.h 2005-08-25 
00:54:07.0 -0400
@@ -109,8 +109,6 @@
 extern void amiga_do_irq(int irq, struct pt_regs *fp);
 extern void amiga_do_irq_list(int irq, struct pt_regs *fp);
 
-extern unsigned short amiga_intena_vals[];
-
 /* CIA interrupt control register bits */
 
 #define CIA_ICR_TA 0x01
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/