aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2022-01-07 11:10:32 +0100
committerIngo Molnar <mingo@kernel.org>2022-03-15 12:57:42 +0100
commit23adb27e644850d6aafb2b4cced0d92fa5c83f6d (patch)
tree9d7b1a433edc1cbd6db5adb199b9a3ea3d8a37ad
parent6dab7a42dec3908fe9de5c7c173ce9ac16c08b00 (diff)
downloadtip-23adb27e644850d6aafb2b4cced0d92fa5c83f6d.tar.gz
headers/deps: RDMA: Optimize <rdma/ib_verbs.h> dependencies, remove <linux/jiffies.h> inclusion
-------------------------------------------------------------------- | Combined, preprocessed C code size of header, without line markers, | with comments stripped: ------------------------- before: | #include <rdma/ib_verbs.h> | LOC: 30,113 | headers: 516 after: | #include <rdma/ib_verbs.h> | LOC: 30,050 | headers: 514 Fix up dangling dependencies. Signed-off-by: Ingo Molnar <mingo@kernel.org>
-rw-r--r--include/rdma/ib_verbs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h
index 579ad0f605182f..874eadf84638c0 100644
--- a/include/rdma/ib_verbs.h
+++ b/include/rdma/ib_verbs.h
@@ -14,7 +14,6 @@
#include <linux/refcount_api.h>
#include <linux/mm_page_address.h>
-#include <linux/jiffies.h>
#include <linux/ethtool.h>
#include <linux/types.h>
#include <linux/device.h>