]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: OMAP2+: pm: Remove __init from omap_pm_clkdms_setup
authorDave Gerlach <d-gerlach@ti.com>
Wed, 29 Mar 2017 01:57:56 +0000 (20:57 -0500)
committerTony Lindgren <tony@atomide.com>
Tue, 16 May 2017 15:44:58 +0000 (08:44 -0700)
commit33d3842d640e981e2c5ee772befff756b7f2d6f3
tree0d2f1f54ced2402f36f7971fe4bc44abb67d4d3f
parent12b28ba6d6164d3aa54b7e32032bcbd9b7c2a320
ARM: OMAP2+: pm: Remove __init from omap_pm_clkdms_setup

omap_pm_clkdms_setup gets called from pm init functions and now that
pm33xx and pm43xx can be loaded as modules this must be kept to be
called at any point during runtime.

Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/pm.c