From: Geert Uytterhoeven Date: Wed, 13 May 2015 14:33:56 +0000 (+0200) Subject: of/fdt: Make fdt blob input parameters of unflatten functions const X-Git-Tag: omap-for-v4.2/fixes-rc1^2~48^2~2^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b1a2c97210b1edd1a999ff8c1f72ab28f7609f7;p=pandora-kernel.git of/fdt: Make fdt blob input parameters of unflatten functions const Operations to unflatten fdt blobs never modify the input blobs, hence make them const. Now we no longer need to cast arbitrary const data to "void *" when calling of_fdt_unflatten_tree(). Signed-off-by: Geert Uytterhoeven Signed-off-by: Rob Herring --- Reading git-diff-tree failed