From: Benoit Cousson Date: Wed, 22 Dec 2010 04:31:28 +0000 (-0700) Subject: OMAP2+: hwmod: Mark functions used only during initialization with __init X-Git-Tag: v2.6.38-rc1~469^2~15^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01592df95049a6f3d4abb0571ae1c7cb6e9d1cd7;p=pandora-kernel.git OMAP2+: hwmod: Mark functions used only during initialization with __init _register, _find_mpu_port_index and _find_mpu_rt_base are static APIs that will be used only during the omap_hwmod initialization phase. There is no need to keep them for runtime. Signed-off-by: Benoit Cousson Signed-off-by: Paul Walmsley Cc: Kevin Hilman --- Reading git-diff-tree failed