summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorHeiko Carstens <hca@linux.ibm.com>2023-09-11 21:39:55 +0200
committerVasily Gorbik <gor@linux.ibm.com>2023-09-19 13:26:56 +0200
commit0c4d01f3952911b766e6394e0053146c24c98357 (patch)
treee6c8945708e64dca2374bda03fa6d31e93e3083e /drivers
parentaa36d433b79657c1fed31ff5ae2bbd6f7bc123aa (diff)
s390/ctlreg: move control register code to separate file
Control register handling has nothing to do with low level SMP code. Move it to a separate file. Reviewed-by: Alexander Gordeev <agordeev@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/s390/char/sclp_early_core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/s390/char/sclp_early_core.c b/drivers/s390/char/sclp_early_core.c
index dbd5c53d8edf..a191d69573fb 100644
--- a/drivers/s390/char/sclp_early_core.c
+++ b/drivers/s390/char/sclp_early_core.c
@@ -6,6 +6,7 @@
#include <linux/kernel.h>
#include <asm/processor.h>
+#include <asm/ctl_reg.h>
#include <asm/lowcore.h>
#include <asm/ebcdic.h>
#include <asm/irq.h>