To: | Mathieu Malaterre <malat@debian.org> |
---|---|
Subject: | RE: [PATCH 1/2] MIPS: math-emu: Do not export function `srl128` |
From: | Aleksandar Markovic <Aleksandar.Markovic@mips.com> |
Date: | Tue, 26 Dec 2017 15:14:54 +0000 |
Accept-language: | en-US |
Cc: | Ralf Baechle <ralf@linux-mips.org>, Miodrag Dinic <Miodrag.Dinic@mips.com>, Goran Ferenc <goran.ferenc@imgtec.com>, James Hogan <jhogan@kernel.org>, Douglas Leung <douglas.leung@imgtec.com>, "linux-mips@linux-mips.org" <linux-mips@linux-mips.org>, "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org> |
In-reply-to: | <20171226104554.19612-1-malat@debian.org> |
List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
List-owner: | <mailto:ralf@linux-mips.org> |
List-post: | <mailto:linux-mips@linux-mips.org> |
List-software: | Ecartis version 1.0.0 |
List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
Original-recipient: | rfc822;linux-mips@linux-mips.org |
References: | <20171226104554.19612-1-malat@debian.org> |
Sender: | linux-mips-bounce@linux-mips.org |
Thread-index: | AQHTfjbDDkW3mp2YQEe0MOnepteVLqNVu/WC |
Thread-topic: | [PATCH 1/2] MIPS: math-emu: Do not export function `srl128` |
> 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 <malat@debian.org> > --- > arch/mips/math-emu/dp_maddf.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/mips/math-emu/dp_maddf.c b/arch/mips/math-emu/dp_maddf.c > index 7ad79ed411f5..0e2278a47f43 100644 > --- a/arch/mips/math-emu/dp_maddf.c > +++ b/arch/mips/math-emu/dp_maddf.c > @@ -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; > > -- > 2.11.0 Acked-by: Aleksandar Markovic <aleksandar.markovic@mips.com> |
<Prev in Thread] | Current Thread | [Next in Thread> |
---|---|---|
|
Previous by Date: | RE: [PATCH 2/2] MIPS: math-emu: Declare ys variable as possibly unused, Aleksandar Markovic |
---|---|
Next by Date: | Re: [PATCH] MIPS: Use proper @return keyword, Randy Dunlap |
Previous by Thread: | Re: [PATCH 2/2] MIPS: math-emu: Declare ys variable as possibly unused, Mathieu Malaterre |
Next by Thread: | RE: [PATCH 1/2] MIPS: math-emu: Do not export function `srl128`, Aleksandar Markovic |
Indexes: | [Date] [Thread] [Top] [All Lists] |