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)
commitf1d4c3a76981addcd7669f404f75041435a04e6a
treef1200acbdc31312d650ea43a9e2004e6080182ea
parent596c955c126608b51ac1ca56de9d670c1f6464cb
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>
arch/microblaze/include/asm/page.h
drivers/of/fdt.c