[PATCH v02] powerpc/mobility: Fix node detach/rename problem
Michael Ellerman
mpe at ellerman.id.au
Thu Aug 9 00:02:48 AEST 2018
Michael Bringmann <mwb at linux.vnet.ibm.com> writes:
> diff --git a/arch/powerpc/platforms/pseries/mobility.c b/arch/powerpc/platforms/pseries/mobility.c
> index e245a88..efc9442 100644
> --- a/arch/powerpc/platforms/pseries/mobility.c
> +++ b/arch/powerpc/platforms/pseries/mobility.c
> @@ -22,6 +22,9 @@
> #include <asm/rtas.h>
> #include "pseries.h"
>
> +extern int of_free_phandle_cache(void);
> +extern void of_populate_phandle_cache(void);
We don't do that, they should be in a header.
But that's a minor problem given that the patch doesn't compile, because
both those functions are static.
Presumably you have a hack in your tree to make them non-static?
Please try and compile your patches in a clean tree before sending.
cheers
More information about the Linuxppc-dev
mailing list