powerpc/83xx: fix build failures on dt compatible list.
authorGrant Likely <grant.likely@secretlab.ca>
Wed, 19 Jan 2011 15:59:33 +0000 (08:59 -0700)
committerGrant Likely <grant.likely@secretlab.ca>
Wed, 19 Jan 2011 16:16:09 +0000 (09:16 -0700)
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 <sfr@canb.auug.org.au>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>

No differences found