提交 5255c0ca 编写于 作者: J Jakub Kicinski 提交者: David S. Miller

net: skbuff: drop the linux/splice.h include

splice.h is included since commit a60e3cc7 ("net: make
skb_splice_bits more configureable") but really even then
all we needed is some forward declarations. Most of that
code is now gone, and remaining has fwd declarations.
Signed-off-by: NJakub Kicinski <kuba@kernel.org>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 509f15b9
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
#include <linux/dma-mapping.h> #include <linux/dma-mapping.h>
#include <linux/netdev_features.h> #include <linux/netdev_features.h>
#include <net/flow_dissector.h> #include <net/flow_dissector.h>
#include <linux/splice.h>
#include <linux/in6.h> #include <linux/in6.h>
#include <linux/if_packet.h> #include <linux/if_packet.h>
#include <linux/llist.h> #include <linux/llist.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册