aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-m68k/sun3ints.h
diff options
context:
space:
mode:
authorAl Viro <viro@ftp.linux.org.uk>2006-01-12 01:06:17 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2006-01-12 09:09:01 -0800
commit6ebf21ac7cefce035452f34971f6825641791015 (patch)
treee06eaf29c938e6b08397f6292e0869e050f46fe3 /include/asm-m68k/sun3ints.h
parent[PATCH] m68k: static vs. extern in scc.h (diff)
downloadlinux-dev-6ebf21ac7cefce035452f34971f6825641791015.tar.xz
linux-dev-6ebf21ac7cefce035452f34971f6825641791015.zip
[PATCH] m68k: static vs. extern in sun3ints.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>
Diffstat (limited to '')
-rw-r--r--include/asm-m68k/sun3ints.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-m68k/sun3ints.h b/include/asm-m68k/sun3ints.h
index fd838eb14213..bd038fccb64b 100644
--- a/include/asm-m68k/sun3ints.h
+++ b/include/asm-m68k/sun3ints.h
@@ -31,7 +31,6 @@ int sun3_request_irq(unsigned int irq,
);
extern void sun3_init_IRQ (void);
extern irqreturn_t (*sun3_default_handler[]) (int, void *, struct pt_regs *);
-extern irqreturn_t (*sun3_inthandler[]) (int, void *, struct pt_regs *);
extern void sun3_free_irq (unsigned int irq, void *dev_id);
extern void sun3_enable_interrupts (void);
extern void sun3_disable_interrupts (void);