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, 29 May 2014 23:49:28 +0000 (00:49 +0100)
commitb9f71aad7cdb826246d4d6e5bd7ff99ffc4f3278
tree4e95a25e2a7367c17eea308e74386deef36ef0dd
parentf5a5f430d9ae1c118b16d0ae9c74109eb622f7df
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