commit | 2dd97488ee1aee3511706425853522a3fb2c8467 | [log] [tgz] |
---|---|---|
author | Dirk Behme <dirk.behme@googlemail.com> | Sat Jul 09 20:52:17 2011 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Thu Aug 04 12:57:20 2011 +0200 |
tree | 99f605430c7a54112ba08a12c2b527f596929a67 | |
parent | 75f980bdb3805d470b407a220a5fb6e02725deed [diff] |
ARMv7: u8500_href: Add missing header to fix compiler warning 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-off-by: Dirk Behme <dirk.behme@googlemail.com>