Ver Fonte

powerpc/eeh: Fix build error for celleb

Commit 7f52a526f ("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>
Gavin Shan há 11 anos atrás
pai
commit
1e54b9383c
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      arch/powerpc/kernel/eeh.c

+ 1 - 0
arch/powerpc/kernel/eeh.c

@@ -36,6 +36,7 @@
 #include <linux/of.h>
 #include <linux/of.h>
 
 
 #include <linux/atomic.h>
 #include <linux/atomic.h>
+#include <asm/debug.h>
 #include <asm/eeh.h>
 #include <asm/eeh.h>
 #include <asm/eeh_event.h>
 #include <asm/eeh_event.h>
 #include <asm/io.h>
 #include <asm/io.h>