On 05/01/11 03:51, Jeremy Kerr wrote:
Hi all,
These patches are an attempt to allow platforms to share clock code. At
present, the definitions of 'struct clk' are local to platform code,
which makes allocating and initialising cross-platform clock sources
difficult, and makes it impossible to compile a single image containing
support for two ARM platforms with different struct clks.
no, it doesn't actually. you could do run-time link and select
the right arch support.