diff options
author | Heiko Carstens <hca@linux.ibm.com> | 2023-09-11 21:39:56 +0200 |
---|---|---|
committer | Vasily Gorbik <gor@linux.ibm.com> | 2023-09-19 13:26:56 +0200 |
commit | ebe1cd530fb2f6450656758bd904cfb5767f8d33 (patch) | |
tree | 16d26ba1f25ca300b683ee3a6761c6d20cfb78ba /drivers/s390/char/sclp_early.c | |
parent | 0c4d01f3952911b766e6394e0053146c24c98357 (diff) | |
download | lwn-ebe1cd530fb2f6450656758bd904cfb5767f8d33.tar.gz lwn-ebe1cd530fb2f6450656758bd904cfb5767f8d33.zip |
s390/ctlreg: rename ctl_reg.h to ctlreg.h
Rename ctl_reg.h to ctlreg.h so it matches not only ctlreg.c but also
other control register related function, union, and structure names,
which all come with a ctlreg prefix.
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/s390/char/sclp_early.c')
-rw-r--r-- | drivers/s390/char/sclp_early.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/char/sclp_early.c b/drivers/s390/char/sclp_early.c index fdc8668f3fba..60a247fdb2a7 100644 --- a/drivers/s390/char/sclp_early.c +++ b/drivers/s390/char/sclp_early.c @@ -10,7 +10,7 @@ #include <linux/errno.h> #include <linux/memblock.h> -#include <asm/ctl_reg.h> +#include <asm/ctlreg.h> #include <asm/sclp.h> #include <asm/ipl.h> #include <asm/setup.h> |