]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/eeh: Fix build error for celleb
authorGavin Shan <gwshan@linux.vnet.ibm.com>
Mon, 5 May 2014 02:09:05 +0000 (12:09 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 20 May 2014 00:54:04 +0000 (10:54 +1000)
commitfb186f8bc394b278939a38abb5070ec04414f773
treebb0116fba52f81d61036f0ba74e05272e3dcd028
parentb5bb2760d6212d669cd504baca6bb93f02197559
powerpc/eeh: Fix build error for celleb

Commit f0b718917 ("powerpc/eeh: Allow to disable EEH") caused
following build error with "celleb_defconfig" as being catched
by Mikey on linux-next.

arch/powerpc/kernel/eeh.c: In function 'eeh_init_proc':
arch/powerpc/kernel/eeh.c:1173:37: error: 'powerpc_debugfs_root' \
undeclared (first use in this function)
arch/powerpc/kernel/eeh.c:1173:37: note: each undeclared identifier \
is reported only once for each function it appears in

Reported-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Gavin Shan <gwshan@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kernel/eeh.c