From: Jeremy Kerr Date: Sat, 30 Jan 2010 08:41:49 +0000 (-0700) Subject: of: use __be32 for cell value accessors X-Git-Tag: v2.6.34-rc1~289^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e89e685a8fd0e8334de967739d11e2e28c1a4dd;p=pandora-kernel.git of: use __be32 for cell value accessors Currently, we're using u32 for cell values, and hence assuming host-endian device trees. As we'd like to support little-endian platforms, use a __be32 for cell values, and convert in the cell accessors. Signed-off-by: Jeremy Kerr Signed-off-by: Grant Likely --- Reading git-diff-tree failed