ARM: imx: remove unused imx6q_clock_map_io()
imx6q_clock_map_io() becomes an empty function since imx6q clock driver is moved to common clock framework. It's used nowhere now. Remove it. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
This commit is contained in:
@@ -56,8 +56,6 @@
|
||||
|
||||
static void __iomem *ccm_base;
|
||||
|
||||
void __init imx6q_clock_map_io(void) { }
|
||||
|
||||
int imx6q_set_lpm(enum mxc_cpu_pwr_mode mode)
|
||||
{
|
||||
u32 val = readl_relaxed(ccm_base + CLPCR);
|
||||
|
Reference in New Issue
Block a user