diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-01-23 11:29:44 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-02-26 18:21:50 -0500 |
commit | 8bd8dbdf3725ce569467bd704840249869f626d6 (patch) | |
tree | f6feb45488394055e95973d969741c8ef2e6d548 | |
parent | 027191a8c6602d3fb6dde3820517339e1daf191d (diff) |
[ARM] S3C64XX: Staticise s3c64xx_init_irq_eint()
It's an initcall and does not need to be exported.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
-rw-r--r-- | arch/arm/plat-s3c64xx/irq-eint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-s3c64xx/irq-eint.c b/arch/arm/plat-s3c64xx/irq-eint.c index 5d62f2799ea9..8d1b7290aa13 100644 --- a/arch/arm/plat-s3c64xx/irq-eint.c +++ b/arch/arm/plat-s3c64xx/irq-eint.c | |||
@@ -194,7 +194,7 @@ static void s3c_irq_demux_eint20_27(unsigned int irq, struct irq_desc *desc) | |||
194 | s3c_irq_demux_eint(20, 27); | 194 | s3c_irq_demux_eint(20, 27); |
195 | } | 195 | } |
196 | 196 | ||
197 | int __init s3c64xx_init_irq_eint(void) | 197 | static int __init s3c64xx_init_irq_eint(void) |
198 | { | 198 | { |
199 | int irq; | 199 | int irq; |
200 | 200 | ||