Hi, 2016-03-17 Gustavo Padovan <[email protected]>:
> From: Gustavo Padovan <[email protected]> > > to_user_ptr() is a local macro defined by signal_32.c, rename it to > __to_user_ptr() as now we will have a global to_user_ptr() defined by > kernel.h that has a different meaning from this one. > > Cc: Benjamin Herrenschmidt <[email protected]> > Cc: Paul Mackerras <[email protected]> > Cc: Michael Ellerman <[email protected]> > Signed-off-by: Gustavo Padovan <[email protected]> > --- > arch/powerpc/kernel/signal_32.c | 18 +++++++++--------- > 1 file changed, 9 insertions(+), 9 deletions(-) We changed our mind about the names, so ignore this patch. Sorry for the noise. Gustavo

