1
0
Fork 0

soc: imx: gpc: Remove unused APIs

Now that i.MX6QP does NOT need to handle PU power manually during
suspend/resume, remove those unused APIs.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
5.4-rM2-2.2.x-imx-squashed
Anson Huang 2019-09-04 17:26:27 +08:00 committed by Dong Aisheng
parent dfed8a56ea
commit d3aa9ad2e9
1 changed files with 0 additions and 13 deletions

View File

@ -355,19 +355,6 @@ static struct genpd_onecell_data imx_gpc_onecell_data = {
.num_domains = 2,
};
/* exported for suspend/resume code in arch/arm/mach-imx/gpc.c */
void _imx6_pm_pu_power_off(void)
{
imx6_pm_domain_power_off(&imx_gpc_domains[GPC_PGC_DOMAIN_PU].base);
}
EXPORT_SYMBOL_GPL(_imx6_pm_pu_power_off);
void _imx6_pm_pu_power_on(void)
{
imx6_pm_domain_power_on(&imx_gpc_domains[GPC_PGC_DOMAIN_PU].base);
}
EXPORT_SYMBOL_GPL(_imx6_pm_pu_power_on);
static int imx_gpc_old_dt_init(struct device *dev, struct regmap *regmap,
unsigned int num_domains)
{