From: Anton Blanchard Date: Tue, 6 Aug 2013 16:01:36 +0000 (+1000) Subject: powerpc: of_parse_dma_window should take a __be32 *dma_window X-Git-Tag: v3.12-rc1~123^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2083f681e3898394dcf5fb3285bb385e21facb9a;p=pandora-kernel.git powerpc: of_parse_dma_window should take a __be32 *dma_window We pass dma_window to of_parse_dma_window as a void * and then run through hoops to cast it back to a u32 array. In the process we lose endian annotation. Simplify it by just passing a __be32 * down. Signed-off-by: Anton Blanchard Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed