RK3528 have no uses for the rockchip_get_cru() helper now that the sysreset driver and cpuinfo no longer use it, let's drop it.
Signed-off-by: Jonas Karlman <[email protected]> --- arch/arm/mach-rockchip/rk3528/Makefile | 1 - arch/arm/mach-rockchip/rk3528/clk_rk3528.c | 10 ---------- 2 files changed, 11 deletions(-) delete mode 100644 arch/arm/mach-rockchip/rk3528/clk_rk3528.c diff --git a/arch/arm/mach-rockchip/rk3528/Makefile b/arch/arm/mach-rockchip/rk3528/Makefile index 150536f59025..024545224818 100644 --- a/arch/arm/mach-rockchip/rk3528/Makefile +++ b/arch/arm/mach-rockchip/rk3528/Makefile @@ -1,4 +1,3 @@ # SPDX-License-Identifier: GPL-2.0-or-later obj-y += rk3528.o -obj-y += clk_rk3528.o diff --git a/arch/arm/mach-rockchip/rk3528/clk_rk3528.c b/arch/arm/mach-rockchip/rk3528/clk_rk3528.c deleted file mode 100644 index c9328ba4427a..000000000000 --- a/arch/arm/mach-rockchip/rk3528/clk_rk3528.c +++ /dev/null @@ -1,10 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0-or-later -// Copyright Contributors to the U-Boot project. - -#include <linux/kernel.h> -#include <asm/arch-rockchip/cru_rk3528.h> - -void *rockchip_get_cru(void) -{ - return RK3528_CRU_BASE; -} -- 2.54.0
