diff options
author | Heiko Carstens <[email protected]> | 2023-09-11 21:39:56 +0200 |
---|---|---|
committer | Vasily Gorbik <[email protected]> | 2023-09-19 13:26:56 +0200 |
commit | ebe1cd530fb2f6450656758bd904cfb5767f8d33 (patch) | |
tree | 16d26ba1f25ca300b683ee3a6761c6d20cfb78ba /arch/s390/mm/vmem.c | |
parent | 0c4d01f3952911b766e6394e0053146c24c98357 (diff) |
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 <[email protected]>
Signed-off-by: Heiko Carstens <[email protected]>
Signed-off-by: Vasily Gorbik <[email protected]>
Diffstat (limited to 'arch/s390/mm/vmem.c')
-rw-r--r-- | arch/s390/mm/vmem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/mm/vmem.c b/arch/s390/mm/vmem.c index 9d3f9fa6f498..91c1f42f6a76 100644 --- a/arch/s390/mm/vmem.c +++ b/arch/s390/mm/vmem.c @@ -14,7 +14,7 @@ #include <linux/sort.h> #include <asm/cacheflush.h> #include <asm/nospec-branch.h> -#include <asm/ctl_reg.h> +#include <asm/ctlreg.h> #include <asm/pgalloc.h> #include <asm/setup.h> #include <asm/tlbflush.h> |