net: skbuff: drop the linux/splice.h include
authorJakub Kicinski <kuba@kernel.org>
Thu, 26 Jan 2023 07:14:22 +0000 (23:14 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Jan 2023 11:19:46 +0000 (11:19 +0000)
commit5255c0ca798347fbfa9e2ec24276d6515cf2a7e3
treeac93c7796b56c73a22111b56ae635907e3bc16d2
parent509f15b9c551b750d8f634d404805c3860e9ea17
net: skbuff: drop the linux/splice.h include

splice.h is included since commit a60e3cc7c929 ("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: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/skbuff.h