aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-rockchip/pmu_rk3399.h
diff options
context:
space:
mode:
authorAlistair Delva <adelva@google.com>2022-09-26 11:39:09 -0700
committerAlistair Delva <adelva@google.com>2022-09-26 11:55:22 -0700
commit066925bdea42277bc303867dbf7b7f38161dec2a (patch)
treef9dce036525e49bd1eb7de21c149f74992726b47 /arch/arm/include/asm/arch-rockchip/pmu_rk3399.h
parent50d8bba1441958300c843b098e0991739cec3c9a (diff)
ANDROID: Re-enable check_member
This workaround is no longer required in newer U-Boot/Clang combinations. Drop it. Signed-off-by: Alistair Delva <adelva@google.com> Change-Id: I618f15b6f50f174d5cc0b1bcd240f55dcbd5ad9f
Diffstat (limited to 'arch/arm/include/asm/arch-rockchip/pmu_rk3399.h')
-rw-r--r--arch/arm/include/asm/arch-rockchip/pmu_rk3399.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-rockchip/pmu_rk3399.h b/arch/arm/include/asm/arch-rockchip/pmu_rk3399.h
index b7a0f92cfd3..f1096dccced 100644
--- a/arch/arm/include/asm/arch-rockchip/pmu_rk3399.h
+++ b/arch/arm/include/asm/arch-rockchip/pmu_rk3399.h
@@ -67,6 +67,6 @@ struct rk3399_pmu_regs {
u32 pmu_sys_reg_reg3;
};
-//check_member(rk3399_pmu_regs, pmu_sys_reg_reg3, 0xfc);
+check_member(rk3399_pmu_regs, pmu_sys_reg_reg3, 0xfc);
#endif /* __SOC_ROCKCHIP_RK3399_PMU_H__ */