From: Cédric Le Goater <clg@kaod.org> Date: 2018-01-15 09:51:17
On 12/26/2017 02:00 PM, Mathieu Malaterre wrote:
Fix fatal warning during compilation:
In file included from arch/powerpc/xmon/xmon.c:54:0:
./arch/powerpc/include/asm/xive.h:157:20: error: no previous prototype for ‘xive_smp_prepare_cpu’ [-Werror=missing-prototypes]
extern inline int xive_smp_prepare_cpu(unsigned int cpu) { return -EINVAL; }
^
Signed-off-by: Mathieu Malaterre <redacted>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Thanks,
C.
From: Michael Ellerman <hidden> Date: 2018-01-22 03:34:21
On Tue, 2017-12-26 at 13:00:17 UTC, Mathieu Malaterre wrote:
Fix fatal warning during compilation:
In file included from arch/powerpc/xmon/xmon.c:54:0:
./arch/powerpc/include/asm/xive.h:157:20: error: no previous prototype for ���xive_smp_prepare_cpu��� [-Werror=missing-prototypes]
extern inline int xive_smp_prepare_cpu(unsigned int cpu) { return -EINVAL; }
^
Signed-off-by: Mathieu Malaterre <redacted>
Reviewed-by: C��dric Le Goater <clg@kaod.org>