diff options
author | Tony Breeds <tony@bakeyournoodle.com> | 2012-10-02 11:52:41 -0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2012-11-14 20:59:27 -0500 |
commit | 0dc3289c797ef9558af566802429212e0b58a5d9 (patch) | |
tree | 9c0a5e82d789a160eca8f762e123f77cb97d44c5 /arch/powerpc/kernel | |
parent | 1afc149def25ac1c44a83882f6c0e42a8e88ce9f (diff) |
powerpc: Add asm/debug.h to get powerpc_debugfs_root
Since the "Disintegrate asm/system.h for PowerPC"
(ae3a197e3d0bfe3f4bf1693723e82dc018c096f3) 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>
Diffstat (limited to 'arch/powerpc/kernel')
-rw-r--r-- | arch/powerpc/kernel/prom.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/prom.c b/arch/powerpc/kernel/prom.c index 37725e86651e..f5ca76a79c88 100644 --- a/arch/powerpc/kernel/prom.c +++ b/arch/powerpc/kernel/prom.c | |||
@@ -54,6 +54,7 @@ | |||
54 | #include <asm/kexec.h> | 54 | #include <asm/kexec.h> |
55 | #include <asm/opal.h> | 55 | #include <asm/opal.h> |
56 | #include <asm/fadump.h> | 56 | #include <asm/fadump.h> |
57 | #include <asm/debug.h> | ||
57 | 58 | ||
58 | #include <mm/mmu_decl.h> | 59 | #include <mm/mmu_decl.h> |
59 | 60 | ||