summaryrefslogtreecommitdiffstats
path: root/arch/ppc64/kernel/rtas.c
diff options
context:
space:
mode:
authorPaul Mackerras2005-10-10 06:14:55 +0200
committerPaul Mackerras2005-10-10 06:14:55 +0200
commitb60fc8bbd2d0ea2a9b1fc7271d521fcf47f27bfd (patch)
treebd3fb544fc6ea9484fddb6ba6e05f1027b8b0c63 /arch/ppc64/kernel/rtas.c
parentpowerpc: Use SPRN_xxx rather than xxx for SPR numbers (diff)
downloadkernel-qcow2-linux-b60fc8bbd2d0ea2a9b1fc7271d521fcf47f27bfd.tar.gz
kernel-qcow2-linux-b60fc8bbd2d0ea2a9b1fc7271d521fcf47f27bfd.tar.xz
kernel-qcow2-linux-b60fc8bbd2d0ea2a9b1fc7271d521fcf47f27bfd.zip
powerpc: Make some #includes explicit.
In preparation for merging processor.h, this adds some explicit but won't be after the merge. Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc64/kernel/rtas.c')
-rw-r--r--arch/ppc64/kernel/rtas.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ppc64/kernel/rtas.c b/arch/ppc64/kernel/rtas.c
index 5e8eb33b8e54..36adab591bd3 100644
--- a/arch/ppc64/kernel/rtas.c
+++ b/arch/ppc64/kernel/rtas.c
@@ -30,6 +30,7 @@
#include <asm/delay.h>
#include <asm/uaccess.h>
#include <asm/systemcfg.h>
+#include <asm/ppcdebug.h>
struct flash_block_list_header rtas_firmware_flash_list = {0, NULL};