diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2006-01-12 01:06:17 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-12 09:09:01 -0800 |
commit | 84a65cc6c18848fcee9c9ae8766bb5c60787d21b (patch) | |
tree | 150a192c13d9a0970907a34e40306bdf3f3b894d | |
parent | 6ebf21ac7cefce035452f34971f6825641791015 (diff) | |
download | linux-3.10-84a65cc6c18848fcee9c9ae8766bb5c60787d21b.tar.gz linux-3.10-84a65cc6c18848fcee9c9ae8766bb5c60787d21b.tar.bz2 linux-3.10-84a65cc6c18848fcee9c9ae8766bb5c60787d21b.zip |
[PATCH] m68k: static vs. extern in amigaints.h
extern declaration of static object removed from header
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r-- | include/asm-m68k/amigaints.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-m68k/amigaints.h b/include/asm-m68k/amigaints.h index 2aff4cfbf7b..aa968d014bb 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 |