commit | a923f1172d44ccd9b0b86753ea5bce3f3028ecb4 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Sun Nov 18 17:11:09 2007 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Sun Nov 18 17:11:09 2007 +0100 |
tree | 27f1467772c675242af737a8481ec75f81b0d2d9 | |
parent | 92254117e9264b989bceec2364964db139a8c2c7 [diff] [blame] |
Fix compiler warnings for ARM systems. Signed-off-by: Wolfgang Denk <wd@denx.de>
diff --git a/board/mpl/vcma9/vcma9.h b/board/mpl/vcma9/vcma9.h index 7a32343..220b705 100644 --- a/board/mpl/vcma9/vcma9.h +++ b/board/mpl/vcma9/vcma9.h
@@ -128,7 +128,7 @@ } /*__attribute__((__packed__))*/ VCMA9_PLD; #define VCMA9_PLD_BASE 0x2C000100 -static inline VCMA9_PLD * const VCMA9_GetBase_PLD(void) +static inline VCMA9_PLD * VCMA9_GetBase_PLD(void) { return (VCMA9_PLD * const)VCMA9_PLD_BASE; }