aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2023-01-25 23:14:18 -0800
committerDavid S. Miller <davem@davemloft.net>2023-01-27 11:19:46 +0000
commit2870c4d6a5e479659cb84992717189634c1e71e0 (patch)
treeabf44bbeded363600e9ea7affe1828d9e4021450 /net/rds
parent2195e2a024aef567aea6ea0b0dab52f77bcc7b55 (diff)
downloadlinux-2870c4d6a5e479659cb84992717189634c1e71e0.tar.gz
net: add missing includes of linux/sched/clock.h
Number of files depend on linux/sched/clock.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>
Diffstat (limited to 'net/rds')
-rw-r--r--net/rds/ib_recv.c1
-rw-r--r--net/rds/recv.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/net/rds/ib_recv.c b/net/rds/ib_recv.c
index cfbf0e129cba5..e53b7f266bd76 100644
--- a/net/rds/ib_recv.c
+++ b/net/rds/ib_recv.c
@@ -31,6 +31,7 @@
*
*/
#include <linux/kernel.h>
+#include <linux/sched/clock.h>
#include <linux/slab.h>
#include <linux/pci.h>
#include <linux/dma-mapping.h>
diff --git a/net/rds/recv.c b/net/rds/recv.c
index 5b426dc3634d1..c71b923764fd7 100644
--- a/net/rds/recv.c
+++ b/net/rds/recv.c
@@ -35,6 +35,7 @@
#include <net/sock.h>
#include <linux/in.h>
#include <linux/export.h>
+#include <linux/sched/clock.h>
#include <linux/time.h>
#include <linux/rds.h>