net: add missing includes of linux/splice.h
authorJakub Kicinski <kuba@kernel.org>
Thu, 26 Jan 2023 07:14:21 +0000 (23:14 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Jan 2023 11:19:46 +0000 (11:19 +0000)
commit509f15b9c551b750d8f634d404805c3860e9ea17
treedfc5543b76bcc9a2a8f20ef71deef338600d344c
parent422164224e32525f88aa9633dea176484fe2c50c
net: add missing includes of linux/splice.h

Number of files depend on linux/splice.h getting included
by linux/skbuff.h which soon will no longer be the case.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/smc/af_smc.c
net/smc/smc_rx.c
net/unix/af_unix.c