summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/early.c
diff options
context:
space:
mode:
authorMichael Holzheu2007-02-21 10:55:21 +0100
committerMartin Schwidefsky2007-02-21 10:55:21 +0100
commit46b05d2617c8efd8ec6b19acd2c95541a0118c13 (patch)
tree518998d59432b6387de28021780a84c42f1c116b /arch/s390/kernel/early.c
parent[S390] New get_cpu_id() inline assembly (diff)
downloadkernel-qcow2-linux-46b05d2617c8efd8ec6b19acd2c95541a0118c13.tar.gz
kernel-qcow2-linux-46b05d2617c8efd8ec6b19acd2c95541a0118c13.tar.xz
kernel-qcow2-linux-46b05d2617c8efd8ec6b19acd2c95541a0118c13.zip
[S390] New header file ipl.h
Setup.h has been misused for ipl related stuff in the past. We now move everything, which has to do with ipl and reipl to a new header file named "ipl.h". Signed-off-by: Michael Holzheu <holzheu@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/kernel/early.c')
-rw-r--r--arch/s390/kernel/early.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/kernel/early.c b/arch/s390/kernel/early.c
index 011e8c7acc7e..5d02e48c72e0 100644
--- a/arch/s390/kernel/early.c
+++ b/arch/s390/kernel/early.c
@@ -14,6 +14,7 @@
#include <linux/module.h>
#include <linux/pfn.h>
#include <linux/uaccess.h>
+#include <asm/ipl.h>
#include <asm/lowcore.h>
#include <asm/processor.h>
#include <asm/sections.h>