]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86: bpf_jit_comp: Remove inline from static function definitions
authorJoe Perches <joe@perches.com>
Fri, 5 Dec 2014 01:01:24 +0000 (17:01 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 9 Dec 2014 19:56:41 +0000 (14:56 -0500)
commit5cccc702fd54e5c3dc5ee16a129770aae79ae60b
tree09803a622327d359d5b3c279b9886f5ce2809422
parentd148134be51fe05271ec8d47fe8c815bdee2b8e7
x86: bpf_jit_comp: Remove inline from static function definitions

Let the compiler decide instead.

No change in object size x86-64 -O2 no profiling

Signed-off-by: Joe Perches <joe@perches.com>
Suggested-by: Eric Dumazet <eric.dumazet@gmail.com>
Acked-by: Alexei Starovoitov <ast@plumgrid.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/x86/net/bpf_jit_comp.c