summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/perf_cpum_cf.c
diff options
context:
space:
mode:
authorHeiko Carstens2012-03-30 09:40:55 +0200
committerMartin Schwidefsky2012-03-30 09:41:12 +0200
commit1e3cab2f2fbca25289094698fd1280ecfad7a8d4 (patch)
treef29c082e9929c03461ce0bf168f938413204caa5 /arch/s390/kernel/perf_cpum_cf.c
parentMerge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh (diff)
downloadkernel-qcow2-linux-1e3cab2f2fbca25289094698fd1280ecfad7a8d4.tar.gz
kernel-qcow2-linux-1e3cab2f2fbca25289094698fd1280ecfad7a8d4.tar.xz
kernel-qcow2-linux-1e3cab2f2fbca25289094698fd1280ecfad7a8d4.zip
[S390] Fix build errors (fallout from system.h disintegration)
Signed-off-by: Heiko Carstens <h.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/kernel/perf_cpum_cf.c')
-rw-r--r--arch/s390/kernel/perf_cpum_cf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/kernel/perf_cpum_cf.c b/arch/s390/kernel/perf_cpum_cf.c
index 8481ecf2ad71..46405086479c 100644
--- a/arch/s390/kernel/perf_cpum_cf.c
+++ b/arch/s390/kernel/perf_cpum_cf.c
@@ -18,7 +18,7 @@
#include <linux/notifier.h>
#include <linux/init.h>
#include <linux/export.h>
-#include <asm/system.h>
+#include <asm/ctl_reg.h>
#include <asm/irq.h>
#include <asm/cpu_mf.h>