aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2021-11-28 10:46:45 +0100
committerIngo Molnar <mingo@kernel.org>2022-03-15 12:57:35 +0100
commit8545092963ea67679fe4785c189a0c6ccd211303 (patch)
treec57077591dd6fc1a324d796921c19235da45e661
parent3679db87f962c8ea0e9dde008bfbacd7ac203e2c (diff)
downloadtip-8545092963ea67679fe4785c189a0c6ccd211303.tar.gz
headers/deps: net: Optimize <net/ip.h> dependencies, remove <linux/skbuff_api.h> inclusion
-------------------------------------------------------------------- | Combined, preprocessed C code size of header, without line markers, | with comments stripped: ------------------------- before: | #include <net/ip.h> | LOC: 20,172 | headers: 391 after: | #include <net/ip.h> | LOC: 15,958 | headers: 332 Fix up dangling dependencies. Signed-off-by: Ingo Molnar <mingo@kernel.org>
-rw-r--r--include/net/ip.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/ip.h b/include/net/ip.h
index 206734a20c6446..b2a0243e555404 100644
--- a/include/net/ip.h
+++ b/include/net/ip.h
@@ -19,7 +19,6 @@
#define _IP_H
#include <net/checksum.h>
-#include <linux/skbuff_api.h>
#include <linux/cpumask_api.h>
#include <linux/types.h>
#include <linux/ip.h>