Dirk Behme 71ae5f7a3f 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>
2010-11-28 12:41:53 +01:00
..
2010-07-24 20:54:46 +02:00
2010-09-19 21:28:25 +02:00
2010-08-09 11:52:29 -07:00
2010-09-21 21:37:08 +02:00
2010-10-18 14:54:08 -05:00
2010-07-16 10:55:09 -05:00
2010-10-12 23:31:10 +02:00
2003-06-27 21:31:46 +00:00
2010-11-14 23:28:21 +01:00
2010-01-18 00:23:00 +01:00
2010-07-14 22:41:39 +02:00
2002-08-17 09:36:01 +00:00
2008-10-18 21:54:03 +02:00