Hi Tom,

On Tuesday 11 August 2015 06:03 AM, Tom Rini wrote:
> On Mon, Aug 10, 2015 at 04:58:34PM +0530, Kishon Vijay Abraham I wrote:
> 
>> diff --git a/arch/arm/include/asm/omap_common.h 
>> b/arch/arm/include/asm/omap_common.h
>> index 224fbf0..527e143 100644
>> --- a/arch/arm/include/asm/omap_common.h
>> +++ b/arch/arm/include/asm/omap_common.h
>> @@ -587,6 +587,12 @@ u32 omap_ddr_clk(void);
>>  u32 get_sys_clk_index(void);
>>  void enable_basic_clocks(void);
>>  void enable_basic_uboot_clocks(void);
>> +
>> +#ifdef CONFIG_USB_DWC3
>> +void enable_usb_clocks(int index);
>> +void disable_usb_clocks(int index);
>> +#endif
> 
> No #ifdef/#endif in headers, thanks.

sure, I'll fix and send.

Thanks
Kishon
> 
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to