[PATCH 12/41] m68k: static vs. extern in amigaints.h

From: Al Viro
Date: Tue Jan 03 2006 - 18:26:41 EST


From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
Date: 1133435734 -0500

extern declaration of static object removed from header

Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx>

---

include/asm-m68k/amigaints.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)

112440d40e9253c5f6d93e56af4781ba992bb2cd
diff --git a/include/asm-m68k/amigaints.h b/include/asm-m68k/amigaints.h
index 2aff4cf..aa968d0 100644
--- a/include/asm-m68k/amigaints.h
+++ b/include/asm-m68k/amigaints.h
@@ -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
--
0.99.9.GIT

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/