• Jason Cooper's avatar
    ARM: kirkwood: fdt: absorb kirkwood_init() · 2b45e05f
    Jason Cooper authored
    We need to absorb kirkwood_init() into kirkwood_dt_init() so that as we
    convert drivers, we can remove the platform call, eg
    kirkwood_rtc_init().  This maintains compatibility with non-fdt
    configurations because they still call kirkwood_init() in common.c.
    
    As drivers are converted, we will reinstate the 'static' qualifier in
    common.c.
    Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
    2b45e05f
common.c 14.6 KB