[PATCH -next] ARM: zynq: Remove unused zynq_slcr_init() declaration
Gaosheng Cui
cuigaosheng1 at huawei.com
Tue Aug 13 03:35:56 PDT 2024
The zynq_slcr_init() has been removed since
commit 3329659df030 ("ARM: zynq: Simplify SLCR initialization"),
so remove it.
Signed-off-by: Gaosheng Cui <cuigaosheng1 at huawei.com>
---
arch/arm/mach-zynq/common.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/mach-zynq/common.h b/arch/arm/mach-zynq/common.h
index 60e662324699..83a79d0c0bec 100644
--- a/arch/arm/mach-zynq/common.h
+++ b/arch/arm/mach-zynq/common.h
@@ -9,7 +9,6 @@
#ifndef __MACH_ZYNQ_COMMON_H__
#define __MACH_ZYNQ_COMMON_H__
-extern int zynq_slcr_init(void);
extern int zynq_early_slcr_init(void);
extern void zynq_slcr_cpu_stop(int cpu);
extern void zynq_slcr_cpu_start(int cpu);
--
2.25.1
More information about the linux-arm-kernel
mailing list