commit | 0cdde839265d5f258b36b871b083324f62c1fbb9 | [log] [tgz] |
---|---|---|
author | Rob Herring <robh@kernel.org> | Mon Mar 31 15:13:07 2014 -0500 |
committer | Rob Herring <robh@kernel.org> | Wed Apr 30 00:59:13 2014 -0500 |
tree | bac63daf0535676f41f0d1d6744872be1b2f499a | |
parent | 01984a6f99cf1463a89592eff6e57af898743022 [diff] |
mips: convert fdt pointers to opaque pointers The architecture code does not need to access the internals of the FDT blob directly, so make the pointers to it void * and use char arrays for section variables. Signed-off-by: Rob Herring <robh@kernel.org> Cc: Ralf Baechle <ralf@linux-mips.org> Tested-by: Grant Likely <grant.likely@linaro.org>