diff options
author | Marek Vasut | 2024-02-27 17:05:54 +0100 |
---|---|---|
committer | Tom Rini | 2024-03-02 14:29:36 -0500 |
commit | 65abdd1978341beea257c4b6c2584efeb2f3654d (patch) | |
tree | a35eca0ce4714dfcc041c80fd2de4e8a5a070fe8 /arch | |
parent | 436eadfe13feb8e1b77b6cf39cef8615b61233e4 (diff) |
ARM: renesas: Rename rmobile.h to renesas.h
Rename rmobile.h to renesas.h because all the chips are made
by Renesas, while only a subset of them is from the R-Mobile
line.
Use the following command to perform the rename:
"
$ git grep -l 'include.*rmobile.h' | \
xargs -I {} sed -i '/include.*rmobile.h/ s@rmobile.h@renesas.h@g' {}
"
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Paul Barker <paul.barker.ct@bp.renesas.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-rmobile/cpu_info-rzg2l.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-rmobile/include/mach/renesas.h (renamed from arch/arm/mach-rmobile/include/mach/rmobile.h) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-rmobile/cpu_info-rzg2l.c b/arch/arm/mach-rmobile/cpu_info-rzg2l.c index a1683a26e35..ab95ce76388 100644 --- a/arch/arm/mach-rmobile/cpu_info-rzg2l.c +++ b/arch/arm/mach-rmobile/cpu_info-rzg2l.c @@ -4,7 +4,7 @@ * */ -#include <mach/rmobile.h> +#include <mach/renesas.h> #include <asm/io.h> #include <linux/libfdt.h> diff --git a/arch/arm/mach-rmobile/include/mach/rmobile.h b/arch/arm/mach-rmobile/include/mach/renesas.h index 67c480048de..67c480048de 100644 --- a/arch/arm/mach-rmobile/include/mach/rmobile.h +++ b/arch/arm/mach-rmobile/include/mach/renesas.h |