lkml.org 
[lkml]   [2018]   [Jan]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] c6x: fix platforms/plldata.c get_coreid build error
From
Date
On Fri, 2018-01-19 at 11:19 -0800, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@infradead.org>
>
> Fix build error reported by the 0day bot by including the header
> file for that macro.

Thanks. I pulled this into the c6x tree.

>
> Fixes this build error: (should fix; not tested)
> arch/c6x/platforms/plldata.c: In function 'c6472_setup_clocks':
> arch/c6x/platforms/plldata.c:279:33: error: implicit declaration of function 'get_coreid'; did you mean 'get_order'? [-Werror=implicit-function-declaration]
> c6x_core_clk.parent = &sysclks[get_coreid() + 1];
>
> Reported-by: Fengguang Wu <fengguang.wu@intel.com>
> Cc: Mark Salter <msalter@redhat.com>
> Cc: Aurelien Jacquiot <jacquiot.aurelien@gmail.com>
> Cc: linux-c6x-dev@linux-c6x.org
> Cc: Ingo Molnar <mingo@kernel.org>
>
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> ---
> arch/c6x/platforms/plldata.c | 1 +
> 1 file changed, 1 insertion(+)
>
> --- lnx-415-rc8.orig/arch/c6x/platforms/plldata.c
> +++ lnx-415-rc8/arch/c6x/platforms/plldata.c
> @@ -19,6 +19,7 @@
>
> #include <asm/clock.h>
> #include <asm/setup.h>
> +#include <asm/special_insns.h>
> #include <asm/irq.h>
>
> /*
>

\
 
 \ /
  Last update: 2018-01-24 00:15    [W:0.042 / U:0.456 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site