diff options
author | Tom Rini <trini@konsulko.com> | 2024-03-02 14:30:25 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-03-02 14:30:25 -0500 |
commit | eac52e4be4e234d563d6911737ee7ccdc0ada1f1 (patch) | |
tree | 9fc71e478d84ea5be40f1a0196a5507ee31246e4 /arch/sh/lib | |
parent | 574aac1c8c59522c286bec4cdfb07c22bc3c124d (diff) | |
parent | 7b1a24765deae9c202012fa9280e884b70f358f1 (diff) |
Merge patch series "ARM: renesas: Rename R-Mobile to Renesas"
Marek Vasut <marek.vasut+renesas@mailbox.org> says:
Rename R-Mobile to Renesas all over the place because the chips are
made by Renesas, while only a subset of them is from the R-Mobile line.
Diffstat (limited to 'arch/sh/lib')
-rw-r--r-- | arch/sh/lib/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/lib/time.c b/arch/sh/lib/time.c index 366500d90be..19c8e3ca3e7 100644 --- a/arch/sh/lib/time.c +++ b/arch/sh/lib/time.c @@ -16,7 +16,7 @@ #include <asm/io.h> #include <linux/bitops.h> -#if defined(CONFIG_CPU_SH4) || defined(CONFIG_ARCH_RMOBILE) +#if defined(CONFIG_CPU_SH4) || defined(CONFIG_ARCH_RENESAS) #define TSTR 0x4 #define TCR0 0x10 #endif /* CONFIG_CPU_SH4 */ |