Skip to content

Commit 6034cc5

Browse files
committed
Merge tag 'arm-soc-fixes-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/narmstrong/linux-oxnas into arm/fixes
- mach-oxnas: make ox820_boot_secondary static to fix sparse warning * tag 'arm-soc-fixes-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/narmstrong/linux-oxnas: ARM: oxnas: make ox820_boot_secondary static Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 43f3b77 + bd84dff commit 6034cc5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arch/arm/mach-oxnas/platsmp.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ static void __iomem *gic_cpu_ctrl;
2727
#define GIC_CPU_CTRL 0x00
2828
#define GIC_CPU_CTRL_ENABLE 1
2929

30-
int __init ox820_boot_secondary(unsigned int cpu, struct task_struct *idle)
30+
static int __init ox820_boot_secondary(unsigned int cpu,
31+
struct task_struct *idle)
3132
{
3233
/*
3334
* Write the address of secondary startup into the

0 commit comments

Comments
 (0)