diff options
author | Gaosheng Cui <cuigaosheng1@huawei.com> | 2024-08-13 18:35:56 +0800 |
---|---|---|
committer | Michal Simek <michal.simek@amd.com> | 2024-10-02 09:13:08 +0200 |
commit | 4972111505158555b9b256f17b032463381bb38e (patch) | |
tree | fd8ebda45d6eddceb3e64ad070273f01644ea358 | |
parent | 9852d85ec9d492ebef56dc5f229416c925758edc (diff) |
ARM: zynq: Remove unused zynq_slcr_init() declaration
The zynq_slcr_init() has been removed since
commit 3329659df030 ("ARM: zynq: Simplify SLCR initialization"),
so remove it.
Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
Link: https://lore.kernel.org/r/20240813103556.1138061-1-cuigaosheng1@huawei.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
-rw-r--r-- | arch/arm/mach-zynq/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
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); |