commit | f1d4c3a76981addcd7669f404f75041435a04e6a | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@secretlab.ca> | Fri Jun 25 12:16:52 2010 -0600 |
committer | Grant Likely <grant.likely@secretlab.ca> | Wed Jul 14 23:55:23 2010 -0600 |
tree | f1200acbdc31312d650ea43a9e2004e6080182ea | |
parent | 596c955c126608b51ac1ca56de9d670c1f6464cb [diff] |
of/flattree: Use common ALIGN() macro instead of arch specific _ALIGN There's no reason to use the powerpc-specific _ALIGN macro in the fdt code. Replace it with ALIGN() from kernel.h Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Acked-By: Jeremy Kerr <jeremy.kerr@canonical.com> Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>