aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/include/asm
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-04-30 20:42:38 -0600
committerTom Rini <trini@konsulko.com>2024-05-07 08:00:37 -0600
commitdf1fdf2423f9062441d1bdf48630d78da9b45cd3 (patch)
tree8794796cfd4727ee54d7447d57a7fa5f72a3b443 /arch/arm/include/asm
parentdd031bc3e8f64f8a26de9d285dd5b954d9396850 (diff)
downloadu-boot-df1fdf2423f9062441d1bdf48630d78da9b45cd3.zip
u-boot-df1fdf2423f9062441d1bdf48630d78da9b45cd3.tar.gz
u-boot-df1fdf2423f9062441d1bdf48630d78da9b45cd3.tar.bz2
board: rockchip: Remove <common.h> and add needed includes
Remove <common.h> from this board vendor directory and when needed add missing include files directly. Reviewed-by: Kever Yang <kever.yang@rock-chips.com> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/include/asm')
-rw-r--r--arch/arm/include/asm/arch-rockchip/grf_rk3308.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-rockchip/grf_rk3308.h b/arch/arm/include/asm/arch-rockchip/grf_rk3308.h
index a995bb9..f4bbc24 100644
--- a/arch/arm/include/asm/arch-rockchip/grf_rk3308.h
+++ b/arch/arm/include/asm/arch-rockchip/grf_rk3308.h
@@ -5,6 +5,8 @@
#ifndef _ASM_ARCH_GRF_rk3308_H
#define _ASM_ARCH_GRF_rk3308_H
+#include <linux/kernel.h>
+
struct rk3308_grf {
unsigned int gpio0a_iomux;
unsigned int reserved0;