From: Benoit Cousson Date: Wed, 22 Dec 2010 04:31:27 +0000 (-0700) Subject: OMAP2+: hwmod: Make omap_hwmod_register private and remove omap_hwmod_unregister X-Git-Tag: v2.6.38-rc1~469^2~15^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0102b62789af5aed92cea4cf7f36afaa1ab12c72;p=pandora-kernel.git OMAP2+: hwmod: Make omap_hwmod_register private and remove omap_hwmod_unregister Do not allow omap_hwmod_register to be used outside the core hwmod code. An omap_hwmod should be registered only at init time. Remove the omap_hwmod_unregister that is not used today since the hwmod list will be built once at init time and never be modified at runtime. Signed-off-by: Benoit Cousson Signed-off-by: Paul Walmsley Cc: Kevin Hilman --- Reading git-diff-tree failed