From: Nishanth Menon Date: Tue, 4 Jan 2011 20:07:14 +0000 (-0600) Subject: omap2+: pm_bus: make functions used as pointers as static X-Git-Tag: v2.6.38-rc1~52^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b97c374d8a44292c601146783aac61f3d5d1f46f;p=pandora-kernel.git omap2+: pm_bus: make functions used as pointers as static omap_pm_runtime_suspend and omap_pm_runtime_resume are used as function pointers and does not really need to be exposed to the world. Fixes sparse warnings: arch/arm/mach-omap2/pm_bus.c:23:5: warning: symbol 'omap_pm_runtime_suspend' was not declared. Should it be static? arch/arm/mach-omap2/pm_bus.c:40:5: warning: symbol 'omap_pm_runtime_resume' was not declared. Should it be static? Signed-off-by: Nishanth Menon Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed