Re: [PATCH 6/8] net: gianfar: fix old-style declaration

From: David Miller
Date: Fri Jun 17 2016 - 01:06:53 EST


From: Arnd Bergmann <arnd@xxxxxxxx>
Date: Thu, 16 Jun 2016 15:52:13 +0200

> Modern C standards expect the '__inline__' keyword to come before the return
> type in a declaration, and we get a warning for this with "make W=1":
>
> drivers/net/ethernet/freescale/gianfar.c:2278:1: error: 'inline' is not at beginning of declaration [-Werror=old-style-declaration]
>
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>

Applied.