23 Feb
2011
23 Feb
'11
10:15 p.m.
On Tue, 2011-02-22 at 17:23 -0700, Stephen Warren wrote:
The utilities will be required by every machine driver. Including the utility object directly into every machine driver causes a build failure if the modules are actually built into the kernel, since each will define the symbols exported by the utility file. Solve this by moving the utility object into a separate module.
Signed-off-by: Stephen Warren swarren@nvidia.com
Acked-by: Liam Girdwood lrg@slimlogic.co.uk