From: Grant Likely Date: Wed, 19 Jan 2011 15:59:33 +0000 (-0700) Subject: powerpc/83xx: fix build failures on dt compatible list. X-Git-Tag: v2.6.38-rc2~11^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d1034f01b3616d6636ab7851ad9e63d42abbbd6;p=pandora-kernel.git powerpc/83xx: fix build failures on dt compatible list. Commit a4f740cf, "of/flattree: Add of_flat_dt_match() helper function" introduced build failures in arch/powerpc/platform/83xx by mistyping 'static' as 'struct' in the compatible string list, and omitting a few semicolons. This patch fixes it. Reported-by: Stephen Rothwell Signed-off-by: Grant Likely --- Reading git-diff-tree failed