diff options
Diffstat (limited to 'arch/arm/cpu/armv7/omap5/hw_data.c')
| -rw-r--r-- | arch/arm/cpu/armv7/omap5/hw_data.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/arch/arm/cpu/armv7/omap5/hw_data.c b/arch/arm/cpu/armv7/omap5/hw_data.c index 56cf1f8c6..07b1108e0 100644 --- a/arch/arm/cpu/armv7/omap5/hw_data.c +++ b/arch/arm/cpu/armv7/omap5/hw_data.c @@ -412,6 +412,8 @@ void enable_basic_clocks(void)  		(*prcm)->cm_l4per_gpio4_clkctrl,  		(*prcm)->cm_l4per_gpio5_clkctrl,  		(*prcm)->cm_l4per_gpio6_clkctrl, +		(*prcm)->cm_l4per_gpio7_clkctrl, +		(*prcm)->cm_l4per_gpio8_clkctrl,  		0  	}; |