commit | b9f71aad7cdb826246d4d6e5bd7ff99ffc4f3278 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Apr 28 15:48:14 2014 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Fri May 30 00:49:28 2014 +0100 |
tree | 4e95a25e2a7367c17eea308e74386deef36ef0dd | |
parent | f5a5f430d9ae1c118b16d0ae9c74109eb622f7df [diff] |
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>