[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAL_Jsq+2OSmj-xTmiLPTgtpJV7fZtV1bKtCCmLdaxmW+wqQ2nQ@mail.gmail.com>
Date: Mon, 25 Jul 2016 08:20:17 -0500
From: Rob Herring <robh@...nel.org>
To: Guenter Roeck <linux@...ck-us.net>
Cc: Ralf Baechle <ralf@...ux-mips.org>,
Linux-MIPS <linux-mips@...ux-mips.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Kefeng Wang <wangkefeng.wang@...wei.com>
Subject: Re: [PATCH -next] MIPS: ath79: Add missing include file
On Sat, Jul 23, 2016 at 7:00 PM, Guenter Roeck <linux@...ck-us.net> wrote:
> Commit ddd0ce87bfde ("mips: Remove unnecessary of_platform_populate with
> default match table") dropped the include of linux/clk-provider.h from
> arch/mips/ath79/setup.c. This results in the following build error.
>
> arch/mips/ath79/setup.c: In function 'ath79_of_plat_time_init':
> arch/mips/ath79/setup.c:232:2: error:
> implicit declaration of function 'of_clk_init'
>
> Fixes: ddd0ce87bfde ("mips: Remove unnecessary of_platform_populate with default match table")
> Cc: Rob Herring <robh@...nel.org>
> Cc: Kefeng Wang <wangkefeng.wang@...wei.com>
> Signed-off-by: Guenter Roeck <linux@...ck-us.net>
> ---
> arch/mips/ath79/setup.c | 1 +
> 1 file changed, 1 insertion(+)
Since the error is in my tree, I've applied this. Thanks.
Rob
Powered by blists - more mailing lists