diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-05-15 01:12:39 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-05-15 01:12:39 +0000 |
commit | 619fbcf3064412c00cc878540d76cdf6b82e9fe7 (patch) | |
tree | d581eb66eabe2e786b297f8ff50846754f9c9166 /arch/mips/gt64120/common | |
parent | d4ee7ee5af14b99d6f9b70d3f806cc4a199a018a (diff) |
Make Ocelot compile again.
Diffstat (limited to 'arch/mips/gt64120/common')
-rw-r--r-- | arch/mips/gt64120/common/irq.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/gt64120/common/irq.c b/arch/mips/gt64120/common/irq.c index 5192dfa1e..8fc47ede0 100644 --- a/arch/mips/gt64120/common/irq.c +++ b/arch/mips/gt64120/common/irq.c @@ -61,6 +61,7 @@ #define DBG(x...) #endif +void (*irq_setup)(void); /* * Generic no controller code |