aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/jz4740/irq.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/jz4740/irq.h')
-rw-r--r--arch/mips/jz4740/irq.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/mips/jz4740/irq.h b/arch/mips/jz4740/irq.h
index 56b5ead..f75e39d 100644
--- a/arch/mips/jz4740/irq.h
+++ b/arch/mips/jz4740/irq.h
@@ -15,7 +15,9 @@
#ifndef __MIPS_JZ4740_IRQ_H__
#define __MIPS_JZ4740_IRQ_H__
-extern void jz4740_intc_suspend(void);
-extern void jz4740_intc_resume(void);
+#include <linux/irq.h>
+
+extern void jz4740_irq_suspend(struct irq_data *data);
+extern void jz4740_irq_resume(struct irq_data *data);
#endif