From: Menon, Nishanth Date: Wed, 5 Jan 2011 20:49:35 +0000 (+0000) Subject: OMAP3|4: OPP: make omapx_opp_init non-static X-Git-Tag: v2.6.39-rc1~432^2~11^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb05ead90ddb2a4e51d34f6c25f01c2e0653da59;p=pandora-kernel.git 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 Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed