From: Tony Breeds Date: Fri, 9 Dec 2011 01:39:55 +0000 (+1100) Subject: powerpc: fix compile error with 85xx/p1010rdb.c X-Git-Tag: v3.3-rc1~181^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef88e3911c0e0301e73fa3b3b2567aabdbe17cc4;p=pandora-kernel.git powerpc: fix compile error with 85xx/p1010rdb.c Current linux-next compiled with mpc85xx_defconfig causes this: arch/powerpc/platforms/85xx/p1010rdb.c:41:14: error: 'np' undeclared (first use in this function) arch/powerpc/platforms/85xx/p1023_rds.c:102:14: error: 'np' undeclared (first use in this function) Introduced in: commit 996983b75cebb1bc1c2c545f20336f24ebfa17af Author: Kyle Moffett Date: Fri Dec 2 06:28:02 2011 +0000 powerpc/mpic: Search for open-pic device-tree node if NULL Signed-off-by: Tony Breeds Signed-off-by: Kumar Gala --- Reading git-diff-tree failed