aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2023-04-19 14:52:52 +0200
committerJakub Kicinski <kuba@kernel.org>2023-04-20 20:20:49 -0700
commit5b8285cca6fed9bc5baabe2e5699a5a5c0d96371 (patch)
tree5b2563f9328b27707be72522b0b358e00f6df712 /include/linux/netdevice.h
parent7ab75456be144a354fbb3df1516d82fc24d3d67d (diff)
downloadlinux-5b8285cca6fed9bc5baabe2e5699a5a5c0d96371.tar.gz
net: move dropreason.h to dropreason-core.h
This will, after the next patch, hold only the core drop reasons and minimal infrastructure. Fix a small kernel-doc issue while at it, to avoid the move triggering a checker. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r--include/linux/netdevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 203c0df2046cb1..a6a3e9457d6cbc 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -52,7 +52,7 @@
#include <linux/rbtree.h>
#include <net/net_trackers.h>
#include <net/net_debug.h>
-#include <net/dropreason.h>
+#include <net/dropreason-core.h>
struct netpoll_info;
struct device;