[PATCH 14/16] arm: vic: don't expose vic_of_init() anymore
Thomas Petazzoni
thomas.petazzoni at free-electrons.com
Tue Nov 20 17:01:05 EST 2012
All users of vic_of_init() have been converted to the irqchip
infrastructure, and all future users should go through this new
infrastructure. Therefore, we no longer expose the vic_of_init()
function through the vic.h header.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
arch/arm/include/asm/hardware/vic.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/include/asm/hardware/vic.h b/arch/arm/include/asm/hardware/vic.h
index e14af1a..3b2e881 100644
--- a/arch/arm/include/asm/hardware/vic.h
+++ b/arch/arm/include/asm/hardware/vic.h
@@ -50,7 +50,6 @@ struct pt_regs;
void __vic_init(void __iomem *base, unsigned int irq_start, u32 vic_sources,
u32 resume_sources, struct device_node *node);
void vic_init(void __iomem *base, unsigned int irq_start, u32 vic_sources, u32 resume_sources);
-int vic_of_init(struct device_node *node, struct device_node *parent);
void vic_handle_irq(struct pt_regs *regs);
#endif /* __ASSEMBLY__ */
--
1.7.9.5
More information about the linux-arm-kernel
mailing list