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)
commitfc08c258191f4acc79df232c0c65c857ee75e59f
treea55ffc15f296801cad020e869a1eaa9caf19b89d
parent40dc2ca3cb22666ecf8715a8c4ca0529148ecac8
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