dect
/
linux-2.6
Archived
13
0
Fork 0

[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>
This commit is contained in:
Mark Brown 2009-01-23 16:29:44 +00:00 committed by Ben Dooks
parent 027191a8c6
commit 8bd8dbdf37
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ static void s3c_irq_demux_eint20_27(unsigned int irq, struct irq_desc *desc)
s3c_irq_demux_eint(20, 27);
}
int __init s3c64xx_init_irq_eint(void)
static int __init s3c64xx_init_irq_eint(void)
{
int irq;