diff options
Diffstat (limited to 'arch/arm/mach-spear6xx/clock.c')
| -rw-r--r-- | arch/arm/mach-spear6xx/clock.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-spear6xx/clock.c b/arch/arm/mach-spear6xx/clock.c index 13e27c76968..36ff056b732 100644 --- a/arch/arm/mach-spear6xx/clock.c +++ b/arch/arm/mach-spear6xx/clock.c @@ -428,8 +428,11 @@ static struct clk gpio2_clk = {  	.recalc = &follow_parent,  }; +static struct clk dummy_apb_pclk; +  /* array of all spear 6xx clock lookups */  static struct clk_lookup spear_clk_lookups[] = { +	{ .con_id = "apb_pclk",	.clk = &dummy_apb_pclk},  	/* root clks */  	{ .con_id = "osc_32k_clk",	.clk = &osc_32k_clk},  	{ .con_id = "osc_30m_clk",	.clk = &osc_30m_clk},  |