* [PATCH 2.6] vr41xx: add EXPORT_SYMBOL to irq.c
@ 2005-07-11 15:53 Yoichi Yuasa
2005-07-11 15:57 ` Ralf Baechle
0 siblings, 1 reply; 2+ messages in thread
From: Yoichi Yuasa @ 2005-07-11 15:53 UTC (permalink / raw)
To: Ralf Baechle; +Cc: yuasa, linux-mips
Hi Ralf,
This patch has added EXPORT_SYMBOL to irq.c.
Please apply.
Yoichi
Signed-off-by: Yoichi Yuasa <yuasa@hh.iij4u.or.jp>
diff -urN -X dontdiff a-orig/arch/mips/vr41xx/common/irq.c a/arch/mips/vr41xx/common/irq.c
--- a-orig/arch/mips/vr41xx/common/irq.c 2005-06-02 23:37:13.000000000 +0900
+++ a/arch/mips/vr41xx/common/irq.c 2005-07-12 00:49:23.597771624 +0900
@@ -18,6 +18,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <linux/interrupt.h>
+#include <linux/module.h>
#include <asm/irq_cpu.h>
#include <asm/system.h>
@@ -56,6 +57,8 @@
return retval;
}
+EXPORT_SYMBOL_GPL(cascade_irq);
+
asmlinkage void irq_dispatch(unsigned int irq, struct pt_regs *regs)
{
irq_cascade_t *cascade;
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 2.6] vr41xx: add EXPORT_SYMBOL to irq.c
2005-07-11 15:53 [PATCH 2.6] vr41xx: add EXPORT_SYMBOL to irq.c Yoichi Yuasa
@ 2005-07-11 15:57 ` Ralf Baechle
0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2005-07-11 15:57 UTC (permalink / raw)
To: Yoichi Yuasa; +Cc: linux-mips
On Tue, Jul 12, 2005 at 12:53:57AM +0900, Yoichi Yuasa wrote:
> This patch has added EXPORT_SYMBOL to irq.c.
> Please apply.
Applied, Thanks Yoichi,
Ralf
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-07-11 15:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-11 15:53 [PATCH 2.6] vr41xx: add EXPORT_SYMBOL to irq.c Yoichi Yuasa
2005-07-11 15:57 ` Ralf Baechle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox