mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +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
Amit Pundir
parent
6c468ce022
commit
61a1b96aa0
@@ -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