]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/arm/mach-exynos/common.h
irqchip: exynos: pass max combiner number to combiner_init
[karo-tx-linux.git] / arch / arm / mach-exynos / common.h
index 9717d0f6088f29c97edca390c9138aa3ba28b398..4ba8cbecc1449eec423441233419a57e6bafb489 100644 (file)
@@ -69,7 +69,8 @@ void exynos4212_register_clocks(void);
 #endif
 
 struct device_node;
-void combiner_init(void __iomem *combiner_base, struct device_node *np);
+void combiner_init(void __iomem *combiner_base, struct device_node *np,
+                       unsigned int max_nr);
 
 extern struct smp_operations exynos_smp_ops;