Skip to content

Commit

Permalink
[PATCH] m68k: static vs. extern in amigaints.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Jan 12, 2006
1 parent 6ebf21a commit 84a65cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/asm-m68k/amigaints.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 84a65cc

Please sign in to comment.