ARM: S3C24XX: Export s3c24xx_set_fiq for modules.
authorBen Dooks <ben@simtec.co.uk>
Mon, 7 Dec 2009 14:51:38 +0000 (14:51 +0000)
committerBen Dooks <ben-linux@fluff.org>
Tue, 8 Dec 2009 00:45:55 +0000 (00:45 +0000)
Allow s3c24xx_set_fiq() to be exported so that it can be used by modules
wanting FIQ support.

Signed-off-by: Ben Dooks <ben@simtec.co.uk>
Signed-off-by: Simtec Linux Team <linux@simtec.co.uk>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/plat-s3c24xx/irq.c

index ef0f521437d719e0c597e74f01aa2d400e57cc7e..ad0d44ef1f9393623a7516d33428dc04cf2912ef 100644 (file)
@@ -522,6 +522,8 @@ int s3c24xx_set_fiq(unsigned int irq, bool on)
        __raw_writel(intmod, S3C2410_INTMOD);
        return 0;
 }
+
+EXPORT_SYMBOL_GPL(s3c24xx_set_fiq);
 #endif