diff options
Diffstat (limited to 'arch/arm/mach-cns3xxx/cns3420vb.c')
-rw-r--r-- | arch/arm/mach-cns3xxx/cns3420vb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-cns3xxx/cns3420vb.c b/arch/arm/mach-cns3xxx/cns3420vb.c index 85e6390795ac..3e7d1496cb47 100644 --- a/arch/arm/mach-cns3xxx/cns3420vb.c +++ b/arch/arm/mach-cns3xxx/cns3420vb.c | |||
@@ -169,6 +169,8 @@ static struct platform_device *cns3420_pdevs[] __initdata = { | |||
169 | 169 | ||
170 | static void __init cns3420_init(void) | 170 | static void __init cns3420_init(void) |
171 | { | 171 | { |
172 | cns3xxx_l2x0_init(); | ||
173 | |||
172 | platform_add_devices(cns3420_pdevs, ARRAY_SIZE(cns3420_pdevs)); | 174 | platform_add_devices(cns3420_pdevs, ARRAY_SIZE(cns3420_pdevs)); |
173 | 175 | ||
174 | cns3xxx_ahci_init(); | 176 | cns3xxx_ahci_init(); |