lkml.org 
[lkml]   [2015]   [Feb]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH -next] clocksource: Fix sparse non static symbol warning
    Date
    From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>

    Fixes the following sparse warnings:

    drivers/clocksource/timer-digicolor.c:66:24: warning:
    symbol 'dc_timer' was not declared. Should it be static?

    Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
    ---
    drivers/clocksource/timer-digicolor.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/clocksource/timer-digicolor.c b/drivers/clocksource/timer-digicolor.c
    index 7f8388c..3ccea18 100644
    --- a/drivers/clocksource/timer-digicolor.c
    +++ b/drivers/clocksource/timer-digicolor.c
    @@ -63,7 +63,7 @@ struct digicolor_timer {
    int timer_id; /* one of TIMER_* */
    };

    -struct digicolor_timer *dc_timer(struct clock_event_device *ce)
    +static struct digicolor_timer *dc_timer(struct clock_event_device *ce)
    {
    return container_of(ce, struct digicolor_timer, ce);
    }


    \
     
     \ /
      Last update: 2015-02-27 13:01    [W:6.884 / U:0.216 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site