]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: fix compile error with 85xx/p1023_rds.c
authorMichael Neuling <mikey@neuling.org>
Thu, 8 Dec 2011 06:10:54 +0000 (17:10 +1100)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 4 Jan 2012 21:51:24 +0000 (15:51 -0600)
commit7c7f4cb04c047c352d2d8ccef67c21c92c55136f
tree42fdcd7128900384f5595f47825e874bc503e57c
parent88fa261bbc6f5314d3a4f02e911efffb2682fb0d
powerpc: fix compile error with 85xx/p1023_rds.c

Current linux-next compiled with mpc85xx_smp_defconfig causes this:
arch/powerpc/platforms/85xx/p1023_rds.c: In function 'mpc85xx_rds_pic_init':
arch/powerpc/platforms/85xx/p1023_rds.c:102:14: error: 'np' undeclared (first use in this function)
arch/powerpc/platforms/85xx/p1023_rds.c:102:14: note: each undeclared identifier is reported only once for each function it appears in

Introduced in:
  commit ceeacc031f54f10721dbc974193ba5821abd41d2
  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: Michael Neuling <mikey@neuling.org>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/platforms/85xx/p1023_rds.c