]> git.baikalelectronics.ru Git - kernel.git/commit
mips: convert fdt pointers to opaque pointers
authorRob Herring <robh@kernel.org>
Mon, 31 Mar 2014 20:13:07 +0000 (15:13 -0500)
committerRob Herring <robh@kernel.org>
Wed, 30 Apr 2014 05:59:13 +0000 (00:59 -0500)
commit68152d3113ff0b162734d1a91bde96399f138a1c
treebac63daf0535676f41f0d1d6744872be1b2f499a
parenta34ac16e225e2f131d713ede3221c329f4229ffa
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>
arch/mips/include/asm/mips-boards/generic.h
arch/mips/include/asm/prom.h
arch/mips/kernel/prom.c
arch/mips/lantiq/prom.c
arch/mips/lantiq/prom.h
arch/mips/mti-sead3/sead3-setup.c
arch/mips/ralink/of.c