1
0
Fork 0

MLK-23862 clk: imx: init the audio pll debug interface only CONFIG_DEBUG_FS enabled.

The audio PLL debug interface should be only registered when
the CONFIG_DEBUG_FS is enabled.

Signed-off-by: Jacky Bai <ping.bai@nxp.com>
Reviewed-by: Anson Huang <anson.huang@nxp.com>
5.4-rM2-2.2.x-imx-squashed
Jacky Bai 2020-04-28 16:31:07 +08:00
parent eac0c9092e
commit 696df8cdca
1 changed files with 1 additions and 1 deletions

View File

@ -791,5 +791,5 @@ static int __init pll_debug_init(void)
return 0;
}
#endif /* CONFIG_DEBUG_FS */
late_initcall(pll_debug_init);
#endif /* CONFIG_DEBUG_FS */