aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/include/asm/macintosh.h
diff options
context:
space:
mode:
authorFinn Thain <fthain@telegraphics.com.au>2011-09-11 23:40:50 +1000
committerGeert Uytterhoeven <geert@linux-m68k.org>2011-11-08 22:35:52 +0100
commit2690e2148b730c53acb8797821468d0ea1673f25 (patch)
treeb6ba2acc8108ab4ecf437392078e44faa9c54b17 /arch/m68k/include/asm/macintosh.h
parentm68k/irq: Remove obsolete support for user vector interrupt fixups (diff)
downloadlinux-dev-2690e2148b730c53acb8797821468d0ea1673f25.tar.xz
linux-dev-2690e2148b730c53acb8797821468d0ea1673f25.zip
m68k/mac: Remove mac_irq_{en,dis}able() wrappers
Signed-off-by: Finn Thain <fthain@telegraphics.com.au> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/include/asm/macintosh.h')
-rw-r--r--arch/m68k/include/asm/macintosh.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/macintosh.h b/arch/m68k/include/asm/macintosh.h
index c2a1c5eac1a6..12ebe43b008b 100644
--- a/arch/m68k/include/asm/macintosh.h
+++ b/arch/m68k/include/asm/macintosh.h
@@ -12,6 +12,8 @@ extern void mac_reset(void);
extern void mac_poweroff(void);
extern void mac_init_IRQ(void);
extern int mac_irq_pending(unsigned int);
+extern void mac_irq_enable(struct irq_data *data);
+extern void mac_irq_disable(struct irq_data *data);
/*
* Floppy driver magic hook - probably shouldn't be here