commit | 5d1034f01b3616d6636ab7851ad9e63d42abbbd6 | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@secretlab.ca> | Wed Jan 19 08:59:33 2011 -0700 |
committer | Grant Likely <grant.likely@secretlab.ca> | Wed Jan 19 09:16:09 2011 -0700 |
tree | 7b563bd9eab4f43f177f29b74a1b6a98dabdce57 | |
parent | c56eb8fb6dccb83d9fe62fd4dc00c834de9bc470 [diff] |
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 <sfr@canb.auug.org.au> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>