]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP4+: CM: move omap_cm_base_init under OMAP4 CM driver
authorTero Kristo <t-kristo@ti.com>
Thu, 6 Nov 2014 12:39:40 +0000 (14:39 +0200)
committerTero Kristo <t-kristo@ti.com>
Wed, 25 Mar 2015 09:03:42 +0000 (11:03 +0200)
commita411326764121eaae4b2c56d6f2ac0c93423e3be
tree2da0d209927535d0818ec30de8cf8663136e69a9
parent6a53ade5a64524a4d579f4683604ea0d25cb6f74
ARM: OMAP4+: CM: move omap_cm_base_init under OMAP4 CM driver

There is no need to call this separately from io.c, rather this can be
done commonly under the CM driver. Also, this patch makes the API static,
as it is no longer used outside the driver file.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
arch/arm/mach-omap2/cm44xx.h
arch/arm/mach-omap2/cminst44xx.c
arch/arm/mach-omap2/io.c