Searched hist:"278 af574dbcb3165a3b9d38a460db7ad4766a7ca" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/freescale/ |
H A D | gianfar.c | diff 278af574dbcb3165a3b9d38a460db7ad4766a7ca Thu Jun 16 08:52:13 CDT 2016 Arnd Bergmann <arnd@arndb.de> net: gianfar: fix old-style declaration
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@arndb.de> Signed-off-by: David S. Miller <davem@davemloft.net>
|