lkml.org 
[lkml]   [2020]   [Jan]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.19 44/55] ARM: OMAP2+: SmartReflex: add omap_sr_pdata definition
    Date
    From: Ben Dooks <ben.dooks@codethink.co.uk>

    [ Upstream commit 2079fe6ea8cbd2fb2fbadba911f1eca6c362eb9b ]

    The omap_sr_pdata is not declared but is exported, so add a
    define for it to fix the following warning:

    arch/arm/mach-omap2/pdata-quirks.c:609:36: warning: symbol 'omap_sr_pdata' was not declared. Should it be static?

    Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
    Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    include/linux/power/smartreflex.h | 3 +++
    1 file changed, 3 insertions(+)

    diff --git a/include/linux/power/smartreflex.h b/include/linux/power/smartreflex.h
    index 7b81dad712de8..37d9b70ed8f0a 100644
    --- a/include/linux/power/smartreflex.h
    +++ b/include/linux/power/smartreflex.h
    @@ -296,6 +296,9 @@ struct omap_sr_data {
    struct voltagedomain *voltdm;
    };

    +
    +extern struct omap_sr_data omap_sr_pdata[OMAP_SR_NR];
    +
    #ifdef CONFIG_POWER_AVS_OMAP

    /* Smartreflex module enable/disable interface */
    --
    2.20.1


    \
     
     \ /
      Last update: 2020-01-30 19:48    [W:3.411 / U:0.068 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site