]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: l2c: imx vf610: convert to generic l2c OF initialisation
authorRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 28 Apr 2014 14:48:14 +0000 (15:48 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 22 May 2014 15:41:12 +0000 (16:41 +0100)
commit6f687842f890133c79ceb445c51c4aefd1ceb890
tree048c1205db7e167c54d903306a89e59afb287e2a
parent20afbe9a0d57d9eba222f7b9e695698e6fc69d54
ARM: l2c: imx vf610: convert to generic l2c OF initialisation

Remove the explicit call to l2x0_of_init(), converting to the generic
infrastructure instead.  Since the .init_irq method only calls
irqchip_init(), we can remove that too as the generic code will take
care of that.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-imx/mach-vf610.c