summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-omap4/clocks.h
diff options
context:
space:
mode:
authorAneesh V <aneesh@ti.com>2011-08-20 21:40:26 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-09-04 11:34:09 +0200
commit34455b04fc35ff9d1e5bcac7bec91e7a32b44d7a (patch)
treeb43a7d03400306f385c9ffe895fe18c3a57d5a71 /arch/arm/include/asm/arch-omap4/clocks.h
parent8fcf5959a8dcd92ef01d5e909a5c14581488df93 (diff)
downloadtalos-obmc-uboot-34455b04fc35ff9d1e5bcac7bec91e7a32b44d7a.tar.gz
talos-obmc-uboot-34455b04fc35ff9d1e5bcac7bec91e7a32b44d7a.zip
omap4: fix build warning due to signed unsigned comparison
Signed-off-by: Aneesh V <aneesh@ti.com>
Diffstat (limited to 'arch/arm/include/asm/arch-omap4/clocks.h')
-rw-r--r--arch/arm/include/asm/arch-omap4/clocks.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/include/asm/arch-omap4/clocks.h b/arch/arm/include/asm/arch-omap4/clocks.h
index 374e0642ec..45c947d648 100644
--- 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;
- u8 m2;
- u8 m3;
- u8 m4;
- u8 m5;
- u8 m6;
- u8 m7;
+ s8 m2;
+ s8 m3;
+ s8 m4;
+ s8 m5;
+ s8 m6;
+ s8 m7;
};
#endif /* _CLOCKS_OMAP4_H_ */
OpenPOWER on IntegriCloud