git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc9c7cc
)
rmobile: Add <mach/rmobile.h> to cpu_info-rzg2l.c
author
Tom Rini
<trini@konsulko.com>
Thu, 14 Dec 2023 18:16:54 +0000
(13:16 -0500)
committer
Tom Rini
<trini@konsulko.com>
Thu, 21 Dec 2023 13:54:37 +0000
(08:54 -0500)
In order for RMOBILE_CPU_TYPE_R9A07G044L to be defined we need to
include <mach/rmobile.h> here.
Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
arch/arm/mach-rmobile/cpu_info-rzg2l.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rmobile/cpu_info-rzg2l.c
b/arch/arm/mach-rmobile/cpu_info-rzg2l.c
index
f69649d
..
bd3146f
100644
(file)
--- 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>