Re: [PATCH] powerpc/of: add OF_DYNAMIC for chroma
From: Michael Neuling <hidden>
Date: 2012-02-20 23:16:14
Also in:
linuxppc-dev
From: Michael Neuling <hidden>
Date: 2012-02-20 23:16:14
Also in:
linuxppc-dev
Grant, This seems to be broken in your tree (since 301b605ff6), so you should probably pick up this patch. Mikey In message [ref] you wrote:
On Feb 19, 2012, at 4:48 PM, Michael Neuling wrote:quoted
linux next-20120217 compiling ppc64e_defconfig fails with: =20 arch/powerpc/platforms/wsp/h8.c: In function 'wsp_h8_getaddr': arch/powerpc/platforms/wsp/h8.c:116: error: implicit declaration of =function 'of_detach_node'quoted
=20 The below fixes this by selecting the new OF_DYNAMIC when PPC_CHROMA. =20 Signed-off-by: Michael Neuling <redacted>Acked-by: Jimi Xenidis <redacted>quoted
=20diff --git a/arch/powerpc/platforms/wsp/Kconfig =b/arch/powerpc/platforms/wsp/Kconfigquoted
index 57d22a2..79d2225 100644--- a/arch/powerpc/platforms/wsp/Kconfig +++ b/arch/powerpc/platforms/wsp/Kconfig@@ -25,6 +25,7 @@ config PPC_CHROMAbool "PowerEN PCIe Chroma Card" select EPAPR_BOOT select PPC_WSP + select OF_DYNAMIC default y =20 endmenu