of/flattree: Use common ALIGN() macro instead of arch specific _ALIGN
authorGrant Likely <grant.likely@secretlab.ca>
Fri, 25 Jun 2010 18:16:52 +0000 (12:16 -0600)
committerGrant Likely <grant.likely@secretlab.ca>
Thu, 15 Jul 2010 05:55:23 +0000 (23:55 -0600)
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>

No differences found