]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: fix compile error with 85xx/p1010rdb.c
authorTony Breeds <tony@bakeyournoodle.com>
Fri, 9 Dec 2011 01:39:55 +0000 (12:39 +1100)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 4 Jan 2012 21:52:40 +0000 (15:52 -0600)
commitac19335fe616c8d115edf9a30df7c6a8b98ece8a
treeedacc55af8cd095e4443bde71bd652f25dbe1b98
parent53518f5b413e720815b0deddf477bc1dd51d7795
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 8901ec1eb97df7944b632b7f7fb1114b0f45cdf1
  Author: Kyle Moffett <Kyle.D.Moffett@boeing.com>
  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 <tony@bakeyournoodle.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/platforms/85xx/p1010rdb.c