diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2011-11-13 13:44:24 +0400 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2011-12-10 22:52:49 +0400 |
commit | 125298d2daf7c9005d5bc26313a037b798c8de70 (patch) | |
tree | 4615414e04ddb145cf357d5f4ee728355a7a2c6c /arch/m68k/atari/ataints.c | |
parent | 1d9532b3fa7f903bfcf96acc917111db491ee50d (diff) | |
download | linux-125298d2daf7c9005d5bc26313a037b798c8de70.tar.xz |
m68k/atari: Move declaration of atari_SCC_reset_done to header file
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/atari/ataints.c')
-rw-r--r-- | arch/m68k/atari/ataints.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/m68k/atari/ataints.c b/arch/m68k/atari/ataints.c index 6d196dadfdbc..8048e1b7e552 100644 --- a/arch/m68k/atari/ataints.c +++ b/arch/m68k/atari/ataints.c @@ -82,8 +82,6 @@ __ALIGN_STR "\n\t" extern void atari_microwire_cmd(int cmd); -extern int atari_SCC_reset_done; - static unsigned int atari_irq_startup(struct irq_data *data) { unsigned int irq = data->irq; |