On Saturday, September 24, 2016 12:31:40 PM CEST Baoyou Xie wrote:
> We get 1 warning when building kernel with W=1:
> drivers/clk/versatile/clk-realview.c:54:13: warning: no previous prototype
> for 'realview_clk_init' [-Wmissing-prototypes]
>
> In fact, this function is declared in
> include/li
We get 1 warning when building kernel with W=1:
drivers/clk/versatile/clk-realview.c:54:13: warning: no previous prototype for
'realview_clk_init' [-Wmissing-prototypes]
In fact, this function is declared in
include/linux/platform_data/clk-realview.h,
so this patch adds missing header dependencie
On Wednesday, September 14, 2016 11:04:29 AM CEST Linus Walleij wrote:
> On Wed, Sep 14, 2016 at 9:31 AM, Arnd Bergmann wrote:
> > On Wednesday, September 14, 2016 2:29:47 PM CEST Baoyou Xie wrote:
> >> We get 1 warning when building kernel with W=1:
> >> drivers/clk/versatile/clk-realview.c:54:13
On Wed, Sep 14, 2016 at 9:31 AM, Arnd Bergmann wrote:
> On Wednesday, September 14, 2016 2:29:47 PM CEST Baoyou Xie wrote:
>> We get 1 warning when building kernel with W=1:
>> drivers/clk/versatile/clk-realview.c:54:13: warning: no previous prototype
>> for 'realview_clk_init' [-Wmissing-prototy
On Wednesday, September 14, 2016 2:29:47 PM CEST Baoyou Xie wrote:
> We get 1 warning when building kernel with W=1:
> drivers/clk/versatile/clk-realview.c:54:13: warning: no previous prototype
> for 'realview_clk_init' [-Wmissing-prototypes]
>
> In fact, this function is declared in clk-realview
We get 1 warning when building kernel with W=1:
drivers/clk/versatile/clk-realview.c:54:13: warning: no previous prototype for
'realview_clk_init' [-Wmissing-prototypes]
In fact, this function is declared in clk-realview.h,
so this patch add missing header dependencies.
Signed-off-by: Baoyou Xie
6 matches
Mail list logo