diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-06-16 13:52:13 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-06-17 05:06:30 (GMT) |
commit | 278af574dbcb3165a3b9d38a460db7ad4766a7ca (patch) | |
tree | 851a9c1aeeaf0a5df191bebb6baf91c2378fbfe6 /net/6lowpan/nhc_udp.c | |
parent | ac565065a60a78fe67aa1d3bb0ddc5361d2587d4 (diff) | |
download | linux-278af574dbcb3165a3b9d38a460db7ad4766a7ca.tar.xz |
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>
Diffstat (limited to 'net/6lowpan/nhc_udp.c')
0 files changed, 0 insertions, 0 deletions