OSDN Git Service

FROMLIST: MIPS: math-emu: Declare function srl128() as static
authorAleksandar Markovic <aleksandar.markovic@mips.com>
Thu, 2 Nov 2017 11:14:02 +0000 (12:14 +0100)
committerGreg Kroah-Hartman <gregkh@google.com>
Mon, 5 Feb 2018 16:58:37 +0000 (08:58 -0800)
commit0d0e0871fd4f7fb4a6feeb00ac9993c83504c384
treeb9a9753f7923140e5bd43861f85209c15fe23bbb
parentc18976613cf09e54cb85314e0402e63fc74d3161
FROMLIST: MIPS: math-emu: Declare function srl128() as static

Declare function srl128() as static, since it it used just locally
to the source file.

This also removes a sparse warning for corresponding file.

Signed-off-by: Aleksandar Markovic <aleksandar.markovic@mips.com>
(cherry picked from: https://patchwork.linux-mips.org/patch/17585/)
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
arch/mips/math-emu/dp_maddf.c