net: add missing includes of linux/sched/clock.h
authorJakub Kicinski <kuba@kernel.org>
Thu, 26 Jan 2023 07:14:18 +0000 (23:14 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Jan 2023 11:19:46 +0000 (11:19 +0000)
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>
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_err.c
drivers/scsi/lpfc/lpfc_init.c
include/linux/filter.h
net/rds/ib_recv.c
net/rds/recv.c

index 142415c84c6b2ded65bd1f16f622dd30c53e2f3c..a0b46e7d863ebc665c8176481e959b583e8a3e44 100644 (file)
@@ -2,6 +2,7 @@
 /* Copyright (c) 2018-2019 Hisilicon Limited. */
 
 #include <linux/device.h>
+#include <linux/sched/clock.h>
 
 #include "hclge_debugfs.h"
 #include "hclge_err.h"
index 6efd768cc07cffee1cac345276bd65a0966823fb..3f35227ef1fab3e555b684a1d43cec5a8185bacf 100644 (file)
@@ -1,6 +1,8 @@
 // SPDX-License-Identifier: GPL-2.0+
 /* Copyright (c) 2016-2017 Hisilicon Limited. */
 
+#include <linux/sched/clock.h>
+
 #include "hclge_err.h"
 
 static const struct hclge_hw_error hclge_imp_tcm_ecc_int[] = {
index 25ba20e42825520d902b2af4ed865e01d9bb1914..389a35308be3f11effe21392b6a874433ba75d20 100644 (file)
@@ -30,6 +30,7 @@
 #include <linux/kthread.h>
 #include <linux/pci.h>
 #include <linux/spinlock.h>
+#include <linux/sched/clock.h>
 #include <linux/ctype.h>
 #include <linux/aer.h>
 #include <linux/slab.h>
index ccc4a4a58c7273cac8a8be3555ba0c856c083957..1727898f1641330556b2c12cd2c978252cddee23 100644 (file)
@@ -14,6 +14,7 @@
 #include <linux/printk.h>
 #include <linux/workqueue.h>
 #include <linux/sched.h>
+#include <linux/sched/clock.h>
 #include <linux/capability.h>
 #include <linux/set_memory.h>
 #include <linux/kallsyms.h>
index cfbf0e129cba586b481c19a64a7ff8403274a96d..e53b7f266bd7620835f6d954ee78fa9d4421d48c 100644 (file)
@@ -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>
index 5b426dc3634d1633b23e88303fd8d1a780b872fa..c71b923764fd7cd7268953b968c5f5749a0b98a6 100644 (file)
@@ -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>