Re: [U-Boot] [PATCH] ARMv7: u8500_href: Add missing header to fix compiler warning

2011-08-04 Thread Albert ARIBAUD
Hi Dirk, On 10/07/2011 08:52, Dirk Behme wrote: > From: Dirk Behme > > Fix the compiler warning > > u8500_href.c: In function 'hrefplus_mmc_power_init': > u8500_href.c:258: warning: implicit declaration of function 'prcmu_i2c_read' > u8500_href.c:265: warning: implicit declaration of function 'prc

[U-Boot] [PATCH] ARMv7: u8500_href: Add missing header to fix compiler warning

2011-07-09 Thread Dirk Behme
From: Dirk Behme Fix the compiler warning u8500_href.c: In function 'hrefplus_mmc_power_init': u8500_href.c:258: warning: implicit declaration of function 'prcmu_i2c_read' u8500_href.c:265: warning: implicit declaration of function 'prcmu_i2c_write' by adding the missing header file. Signed-of