]> git.baikalelectronics.ru Git - kernel.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, 29 May 2014 23:49:28 +0000 (00:49 +0100)
commiteb55c22e6f5b0231a1375102ef757c7d6b7e6461
tree4e95a25e2a7367c17eea308e74386deef36ef0dd
parentbb4c61ae382a33f28eeb17f87927412ffd6d9210
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