mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
c18976613c
commit
0d0e0871fd
@@ -16,7 +16,7 @@
|
||||
|
||||
|
||||
/* 128 bits shift right logical with rounding. */
|
||||
void srl128(u64 *hptr, u64 *lptr, int count)
|
||||
static void srl128(u64 *hptr, u64 *lptr, int count)
|
||||
{
|
||||
u64 low;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user