commit | eb05ead90ddb2a4e51d34f6c25f01c2e0653da59 | [log] [tgz] |
---|---|---|
author | Menon, Nishanth <nm@ti.com> | Wed Jan 05 20:49:35 2011 +0000 |
committer | Kevin Hilman <khilman@ti.com> | Wed Mar 09 16:15:49 2011 -0800 |
tree | 3131d007a19486b00b96ee4c64acb9af3a6ed453 | |
parent | e16b41bfd5efaa1f9521449f1f0e341ebec73398 [diff] |
OMAP3|4: OPP: make omapx_opp_init non-static omap3 and omap4 opp_init should be made non-static to allow for platform specific opp table tweaking. making these static conflicts with the definition in pm.h(global) as well. we include pm.h as well to ensure that there are no such prototype conflicts with actual implementation in the future. Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Kevin Hilman <khilman@ti.com>