25 Feb
2011
25 Feb
'11
11:52 a.m.
On Tue, Feb 22, 2011 at 05:23:56PM -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
Applied, thanks.