powerpc: Add asm/debug.h to get powerpc_debugfs_root

Since the "Disintegrate asm/system.h for PowerPC"
(ae3a197e3d) This has been failing when
DEBUG is #defined.

Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
Tony Breeds 2012-10-02 15:52:41 +00:00 committed by Benjamin Herrenschmidt
parent 1afc149def
commit 0dc3289c79
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@
#include <asm/kexec.h>
#include <asm/opal.h>
#include <asm/fadump.h>
#include <asm/debug.h>
#include <mm/mmu_decl.h>