ARM: kirkwood: fdt: absorb kirkwood_init()
authorJason Cooper <jason@lakedaemon.net>
Wed, 29 Feb 2012 17:39:08 +0000 (17:39 +0000)
committerJason Cooper <jason@lakedaemon.net>
Fri, 16 Mar 2012 04:28:41 +0000 (04:28 +0000)
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: Jason Cooper <jason@lakedaemon.net>

No differences found