Re: [PATCH 1/2] MIPS: math-emu: Do not export function `srl128`

2017-12-27 Thread Mathieu Malaterre
On Tue, Dec 26, 2017 at 7:10 PM, Aleksandar Markovic wrote: >> > Fix non-fatal warning: >> > >> > arch/mips/math-emu/dp_maddf.c:19:6: warning: no previous prototype for >> > ‘srl128’ [-Wmissing-prototypes] >> > void srl128(u64 *hptr, u64 *lptr, int count) >> > >> > Signed-off-by: Mathieu Malater

RE: [PATCH 1/2] MIPS: math-emu: Do not export function `srl128`

2017-12-26 Thread Aleksandar Markovic
> > Fix non-fatal warning: > > > > arch/mips/math-emu/dp_maddf.c:19:6: warning: no previous prototype for > > ‘srl128’ [-Wmissing-prototypes] > > void srl128(u64 *hptr, u64 *lptr, int count) > > > > Signed-off-by: Mathieu Malaterre > > --- > > arch/mips/math-emu/dp_maddf.c | 2 +- > > 1 file ch

RE: [PATCH 1/2] MIPS: math-emu: Do not export function `srl128`

2017-12-26 Thread Aleksandar Markovic
> Fix non-fatal warning: > > arch/mips/math-emu/dp_maddf.c:19:6: warning: no previous prototype for > ‘srl128’ [-Wmissing-prototypes] > void srl128(u64 *hptr, u64 *lptr, int count) > > Signed-off-by: Mathieu Malaterre > --- > arch/mips/math-emu/dp_maddf.c | 2 +- > 1 file changed, 1 insertion

[PATCH 1/2] MIPS: math-emu: Do not export function `srl128`

2017-12-26 Thread Mathieu Malaterre
Fix non-fatal warning: arch/mips/math-emu/dp_maddf.c:19:6: warning: no previous prototype for ‘srl128’ [-Wmissing-prototypes] void srl128(u64 *hptr, u64 *lptr, int count) Signed-off-by: Mathieu Malaterre --- arch/mips/math-emu/dp_maddf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)