[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <554A9596.10008@gmail.com>
Date: Thu, 07 May 2015 00:28:38 +0200
From: Sebastian Hesselbarth <sebastian.hesselbarth@...il.com>
To: Stephen Boyd <sboyd@...eaurora.org>,
Mike Turquette <mturquette@...aro.org>
CC: linux-kernel@...r.kernel.org, linux-clk@...r.kernel.org,
Alexandre Belloni <alexandre.belloni@...e-electrons.com>
Subject: Re: [PATCH 06/19] clk: berlin: Silence sparse warning
On 06.05.2015 09:39, Stephen Boyd wrote:
> drivers/clk/berlin/berlin2-pll.c:94:12: warning: symbol 'berlin2_pll_register' was not declared. Should it be static?
>
> Cc: Alexandre Belloni <alexandre.belloni@...e-electrons.com>
> Cc: Sebastian Hesselbarth <sebastian.hesselbarth@...il.com>
> Signed-off-by: Stephen Boyd <sboyd@...eaurora.org>
Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@...il.com>
Thanks!
> ---
> drivers/clk/berlin/berlin2-pll.c | 9 +--------
> 1 file changed, 1 insertion(+), 8 deletions(-)
>
> diff --git a/drivers/clk/berlin/berlin2-pll.c b/drivers/clk/berlin/berlin2-pll.c
> index bdc506b03824..f4b8d324b083 100644
> --- a/drivers/clk/berlin/berlin2-pll.c
> +++ b/drivers/clk/berlin/berlin2-pll.c
> @@ -25,14 +25,7 @@
> #include <asm/div64.h>
>
> #include "berlin2-div.h"
> -
> -struct berlin2_pll_map {
> - const u8 vcodiv[16];
> - u8 mult;
> - u8 fbdiv_shift;
> - u8 rfdiv_shift;
> - u8 divsel_shift;
> -};
> +#include "berlin2-pll.h"
>
> struct berlin2_pll {
> struct clk_hw hw;
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists