]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: remove inline on static in c file
authorFabian Frederick <fabf@skynet.be>
Wed, 29 Oct 2014 10:38:17 +0000 (11:38 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 30 Oct 2014 19:51:43 +0000 (15:51 -0400)
commit3df396940236a81e8aa81396125f918ce4314513
treea55ffc15f296801cad020e869a1eaa9caf19b89d
parent9b8ecb7e4a280572f4ddb2e81d874703b693f98f
ipv6: remove inline on static in c file

remove __inline__ / inline and let compiler decide what to do
with static functions

Inspired-by: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/reassembly.c