OSDN Git Service

ARM: exynos: add debug_ll_io_init() call in exynos_init_io()
[uclinux-h8/linux.git] / arch / arm / mach-exynos / common.c
index 027c9e7..f7e504b 100644 (file)
@@ -386,6 +386,8 @@ int __init exynos_fdt_map_chipid(unsigned long node, const char *uname,
 
 void __init exynos_init_io(struct map_desc *mach_desc, int size)
 {
+       debug_ll_io_init();
+
 #ifdef CONFIG_OF
        if (initial_boot_params)
                of_scan_flat_dt(exynos_fdt_map_chipid, NULL);