2020-05-01 17:38:20

by Chuck Lever

[permalink] [raw]
Subject: [PATCH v1 1/8] SUNRPC: Remove "#include <trace/events/skb.h>"

Clean up: Commit 850cbaddb52d ("udp: use it's own memory accounting
schema") removed the last skb trace event from svcsock.c, so it is
no longer necessary to include trace/events/skb.h.

Signed-off-by: Chuck Lever <[email protected]>
---
net/sunrpc/svcsock.c | 1 -
1 file changed, 1 deletion(-)

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>