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:
8fcf595
)
omap4: fix build warning due to signed unsigned comparison
author
Aneesh V
<aneesh@ti.com>
Sat, 20 Aug 2011 21:40:26 +0000
(21:40 +0000)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Sun, 4 Sep 2011 09:34:09 +0000
(11:34 +0200)
Signed-off-by: Aneesh V <aneesh@ti.com>
arch/arm/include/asm/arch-omap4/clocks.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/arch-omap4/clocks.h
b/arch/arm/include/asm/arch-omap4/clocks.h
index 374e0642ec37755337378d0bfea9bd36b57ee367..45c947d648fe676119abdc18a068158aa9eef6dd 100644
(file)
--- a/
arch/arm/include/asm/arch-omap4/clocks.h
+++ b/
arch/arm/include/asm/arch-omap4/clocks.h
@@
-679,12
+679,12
@@
struct dpll_regs {
struct dpll_params {
u32 m;
u32 n;
-
u
8 m2;
-
u
8 m3;
-
u
8 m4;
-
u
8 m5;
-
u
8 m6;
-
u
8 m7;
+
s
8 m2;
+
s
8 m3;
+
s
8 m4;
+
s
8 m5;
+
s
8 m6;
+
s
8 m7;
};
#endif /* _CLOCKS_OMAP4_H_ */