lkml.org 
[lkml]   [2020]   [May]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH] ARM: oxnas: make ox820_boot_secondary static
    Date
    Fix sparse warning:

    arch/arm/mach-oxnas/platsmp.c:30:12: warning: symbol 'ox820_boot_secondary' was
    not declared. Should it be static?

    Reported-by: Hulk Robot <hulkci@huawei.com>
    Signed-off-by: Ma Feng <mafeng.ma@huawei.com>
    ---
    arch/arm/mach-oxnas/platsmp.c | 3 ++-
    1 file changed, 2 insertions(+), 1 deletion(-)

    diff --git a/arch/arm/mach-oxnas/platsmp.c b/arch/arm/mach-oxnas/platsmp.c
    index ab35275..f0a50b9 100644
    --- a/arch/arm/mach-oxnas/platsmp.c
    +++ b/arch/arm/mach-oxnas/platsmp.c
    @@ -27,7 +27,8 @@ static void __iomem *gic_cpu_ctrl;
    #define GIC_CPU_CTRL 0x00
    #define GIC_CPU_CTRL_ENABLE 1

    -int __init ox820_boot_secondary(unsigned int cpu, struct task_struct *idle)
    +static int __init ox820_boot_secondary(unsigned int cpu,
    + struct task_struct *idle)
    {
    /*
    * Write the address of secondary startup into the
    --
    2.7.4
    \
     
     \ /
      Last update: 2020-05-12 03:39    [W:4.248 / U:0.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site