diff mbox series

[-next] ARM: zynq: Remove unused zynq_slcr_init() declaration

Message ID 20240813103556.1138061-1-cuigaosheng1@huawei.com (mailing list archive)
State New, archived
Headers show
Series [-next] ARM: zynq: Remove unused zynq_slcr_init() declaration | expand

Commit Message

cuigaosheng Aug. 13, 2024, 10:35 a.m. UTC
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>
---
 arch/arm/mach-zynq/common.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Michal Simek Sept. 2, 2024, 8:32 a.m. UTC | #1
On 8/13/24 12:35, Gaosheng Cui wrote:
> 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>
> ---
>   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);

Applied.
M
diff mbox series

Patch

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);