diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2020-05-01 17:40:47 +0300 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2020-05-18 17:21:22 +0300 |
commit | d998882b4b1b08e72f4414d8eb6647af72bffe2f (patch) | |
tree | 7d11bdd09b6a86435db2c898a13a0b2adcdfa640 /net/sunrpc/svcsock.c | |
parent | 11bbb0f76e995cb617f582e7a4ec6cb8f6daf910 (diff) | |
download | linux-d998882b4b1b08e72f4414d8eb6647af72bffe2f.tar.xz |
SUNRPC: Remove "#include <trace/events/skb.h>"
Clean up: Commit 850cbaddb52d ("udp: use it's own memory accounting
schema") removed the last skb-related tracepoint from svcsock.c, so
it is no longer necessary to include trace/events/skb.h.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'net/sunrpc/svcsock.c')
-rw-r--r-- | net/sunrpc/svcsock.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sunrpc/svcsock.c b/net/sunrpc/svcsock.c index cf4bd198c19d..1c4d0aacc531 100644 --- a/net/sunrpc/svcsock.c +++ b/net/sunrpc/svcsock.c @@ -45,7 +45,6 @@ #include <net/tcp_states.h> #include <linux/uaccess.h> #include <asm/ioctls.h> -#include <trace/events/skb.h> #include <linux/sunrpc/types.h> #include <linux/sunrpc/clnt.h> |