linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: EXYNOS: Remove combiner_init declaration
@ 2013-06-26 11:36 Sachin Kamat
  2013-06-26 11:36 ` [PATCH 2/2] irqchip: exynos-combiner: Staticize combiner_init Sachin Kamat
  2013-06-26 14:02 ` [PATCH 1/2] ARM: EXYNOS: Remove combiner_init declaration Arnd Bergmann
  0 siblings, 2 replies; 4+ messages in thread
From: Sachin Kamat @ 2013-06-26 11:36 UTC (permalink / raw)
  To: linux-arm-kernel

Commit d243997f ("ARM: EXYNOS: Remove legacy interrupt initialization
code") removed the call to combiner_init(). Since there are no more
users in the machine code, remove the declaration as well.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 arch/arm/mach-exynos/common.h |    2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm/mach-exynos/common.h b/arch/arm/mach-exynos/common.h
index 3e156bc..c4abde2 100644
--- a/arch/arm/mach-exynos/common.h
+++ b/arch/arm/mach-exynos/common.h
@@ -72,8 +72,6 @@ void exynos4212_register_clocks(void);
 #endif
 
 struct device_node;
-void combiner_init(void __iomem *combiner_base, struct device_node *np,
-			unsigned int max_nr, int irq_base);
 
 extern struct smp_operations exynos_smp_ops;
 
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-06-27 14:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-26 11:36 [PATCH 1/2] ARM: EXYNOS: Remove combiner_init declaration Sachin Kamat
2013-06-26 11:36 ` [PATCH 2/2] irqchip: exynos-combiner: Staticize combiner_init Sachin Kamat
2013-06-26 14:02 ` [PATCH 1/2] ARM: EXYNOS: Remove combiner_init declaration Arnd Bergmann
2013-06-27 14:20   ` Sachin Kamat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).