lkml.org 
[lkml]   [2015]   [May]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 02/19] clk: Silence sparse warnings about __clk_{get,put}()
    Date
    drivers/clk/clk.c:2700:5: warning: symbol '__clk_get' was not declared. Should it be static?
    drivers/clk/clk.c:2713:6: warning: symbol '__clk_put' was not declared. Should it be static?

    Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
    ---
    drivers/clk/clk.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c
    index 36d1a0156ce7..30d45c657a07 100644
    --- a/drivers/clk/clk.c
    +++ b/drivers/clk/clk.c
    @@ -21,6 +21,7 @@
    #include <linux/device.h>
    #include <linux/init.h>
    #include <linux/sched.h>
    +#include <linux/clkdev.h>

    #include "clk.h"

    --
    The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
    a Linux Foundation Collaborative Project


    \
     
     \ /
      Last update: 2015-05-06 10:21    [W:4.090 / U:0.336 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site