Skip to content

Commit

Permalink
ARM: S3C24XX: Export s3c24xx_set_fiq for modules.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ben Dooks authored and Ben Dooks committed Dec 8, 2009
1 parent ad4e22f commit 0f13c82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/plat-s3c24xx/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 0f13c82

Please sign in to comment.