Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8bd8dbdf authored by Mark Brown's avatar Mark Brown Committed by Ben Dooks
Browse files

[ARM] S3C64XX: Staticise s3c64xx_init_irq_eint()



It's an initcall and does not need to be exported.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent 027191a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;