mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-24 07:31:41 +00:00
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:
parent
236d6ac0a1
commit
cd4842f558
3 changed files with 0 additions and 4 deletions
|
@ -56,8 +56,6 @@
|
||||||
|
|
||||||
static void __iomem *ccm_base;
|
static void __iomem *ccm_base;
|
||||||
|
|
||||||
void __init imx6q_clock_map_io(void) { }
|
|
||||||
|
|
||||||
int imx6q_set_lpm(enum mxc_cpu_pwr_mode mode)
|
int imx6q_set_lpm(enum mxc_cpu_pwr_mode mode)
|
||||||
{
|
{
|
||||||
u32 val = readl_relaxed(ccm_base + CLPCR);
|
u32 val = readl_relaxed(ccm_base + CLPCR);
|
||||||
|
|
|
@ -139,7 +139,6 @@ extern void imx_gpc_init(void);
|
||||||
extern void imx_gpc_pre_suspend(void);
|
extern void imx_gpc_pre_suspend(void);
|
||||||
extern void imx_gpc_post_resume(void);
|
extern void imx_gpc_post_resume(void);
|
||||||
extern int imx6q_set_lpm(enum mxc_cpu_pwr_mode mode);
|
extern int imx6q_set_lpm(enum mxc_cpu_pwr_mode mode);
|
||||||
extern void imx6q_clock_map_io(void);
|
|
||||||
|
|
||||||
extern void imx_cpu_die(unsigned int cpu);
|
extern void imx_cpu_die(unsigned int cpu);
|
||||||
|
|
||||||
|
|
|
@ -218,7 +218,6 @@ static void __init imx6q_map_io(void)
|
||||||
{
|
{
|
||||||
imx_lluart_map_io();
|
imx_lluart_map_io();
|
||||||
imx_scu_map_io();
|
imx_scu_map_io();
|
||||||
imx6q_clock_map_io();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static const struct of_device_id imx6q_irq_match[] __initconst = {
|
static const struct of_device_id imx6q_irq_match[] __initconst = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue