summaryrefslogtreecommitdiff
path: root/arch/arm/include
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2024-04-30 20:42:38 -0600
committerTom Rini <[email protected]>2024-05-07 08:00:37 -0600
commitdf1fdf2423f9062441d1bdf48630d78da9b45cd3 (patch)
tree8794796cfd4727ee54d7447d57a7fa5f72a3b443 /arch/arm/include
parentdd031bc3e8f64f8a26de9d285dd5b954d9396850 (diff)
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 <[email protected]> Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'arch/arm/include')
-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 a995bb950d9..f4bbc240131 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;