commit | 4169ea0d3dcf899e1d16d2326b1375f459dfe4d4 | [log] [tgz] |
---|---|---|
author | Dirk Behme <dirk.behme@googlemail.com> | Sun Nov 21 20:19:34 2010 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Sun Nov 28 12:41:53 2010 +0100 |
tree | 66fd665a7cdd4c21384e1a0f9644acb17c965b53 | |
parent | c35e5692f1cd5e76fb8988bb7cb1fec9a7847e70 [diff] |
Fix compiler warning in fdt_support.c Fix compiler warning fdt_support.c: In function 'of_bus_default_count_cells': fdt_support.c:957: warning: passing argument 1 of '__swab32p' discards qualifiers from pointer target type fdt_support.c:965: warning: passing argument 1 of '__swab32p' discards qualifiers from pointer target type be32_to_cpup() expects an 'u32 *' while prop is 'const u32 *'. Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>