@@ -517,3 +517,18 @@ int s3c24xx_set_fiq(unsigned int irq, bool on)
}
EXPORT_SYMBOL_GPL(s3c24xx_set_fiq);
+#endif
+
+/* s3c24xx_init_irq
+ *
+ * Initialise S3C2410 IRQ system
+*/
+void __init s3c24xx_init_irq(void)
+{
+ unsigned long pend;
+ unsigned long last;
+ int irqno;
+ int i;