projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75f980b
)
ARMv7: u8500_href: Add missing header to fix compiler warning
author
Dirk Behme
<dirk.behme@googlemail.com>
Sat, 9 Jul 2011 20:52:17 +0000
(20:52 +0000)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Thu, 4 Aug 2011 10:57:20 +0000
(12:57 +0200)
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>
board/st-ericsson/u8500/u8500_href.c
patch
|
blob
|
history
diff --git
a/board/st-ericsson/u8500/u8500_href.c
b/board/st-ericsson/u8500/u8500_href.c
index 525633e865db8f3c36c4e19e3088b1be92cd7065..9283fab68591c698c502696f05752728ff2d4ca3 100644
(file)
--- a/
board/st-ericsson/u8500/u8500_href.c
+++ b/
board/st-ericsson/u8500/u8500_href.c
@@
-27,6
+27,7
@@
#include <asm/arch/hardware.h>
#include <asm/arch/sys_proto.h>
#ifdef CONFIG_MMC
+#include "prcmu-fw.h"
#include "../../../drivers/mmc/arm_pl180_mmci.h"
#endif