diff mbox series

[07/11] rmobile: Add <mach/rmobile.h> to cpu_info-rzg2l.c

Message ID 20231122131154.2444690-7-trini@konsulko.com
State Superseded
Delegated to: Tom Rini
Headers show
Series [01/11] global: Remove duplicate common.h inclusions | expand

Commit Message

Tom Rini Nov. 22, 2023, 1:11 p.m. UTC
In order for RMOBILE_CPU_TYPE_R9A07G044L to be defined we need to
include <mach/rmobile.h> here.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Cc: Marek Vasut <marek.vasut+renesas@mailbox.org>
Cc: Paul Barker <paul.barker.ct@bp.renesas.com>
---
 arch/arm/mach-rmobile/cpu_info-rzg2l.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Marek Vasut Nov. 22, 2023, 4:15 p.m. UTC | #1
On 11/22/23 14:11, Tom Rini wrote:
> In order for RMOBILE_CPU_TYPE_R9A07G044L to be defined we need to
> include <mach/rmobile.h> here.
> 
> Signed-off-by: Tom Rini <trini@konsulko.com>
> ---
> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
> Cc: Marek Vasut <marek.vasut+renesas@mailbox.org>
> Cc: Paul Barker <paul.barker.ct@bp.renesas.com>

Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
diff mbox series

Patch

diff --git a/arch/arm/mach-rmobile/cpu_info-rzg2l.c b/arch/arm/mach-rmobile/cpu_info-rzg2l.c
index f69649dc7eaf..bd3146fb011f 100644
--- a/arch/arm/mach-rmobile/cpu_info-rzg2l.c
+++ b/arch/arm/mach-rmobile/cpu_info-rzg2l.c
@@ -4,6 +4,7 @@ 
  *
  */
 
+#include <mach/rmobile.h>
 #include <asm/io.h>
 #include <linux/libfdt.h>