diff options
author | Johannes Berg <johannes.berg@intel.com> | 2023-04-19 14:52:52 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-04-21 05:20:49 +0200 |
commit | 5b8285cca6fed9bc5baabe2e5699a5a5c0d96371 (patch) | |
tree | 5b2563f9328b27707be72522b0b358e00f6df712 /include/net/inet_frag.h | |
parent | ipv6: add icmpv6_error_anycast_as_unicast for ICMPv6 (diff) | |
download | linux-5b8285cca6fed9bc5baabe2e5699a5a5c0d96371.tar.xz linux-5b8285cca6fed9bc5baabe2e5699a5a5c0d96371.zip |
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/net/inet_frag.h')
-rw-r--r-- | include/net/inet_frag.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/inet_frag.h b/include/net/inet_frag.h index b23ddec3cd5c..325ad893f624 100644 --- a/include/net/inet_frag.h +++ b/include/net/inet_frag.h @@ -7,7 +7,7 @@ #include <linux/in6.h> #include <linux/rbtree_types.h> #include <linux/refcount.h> -#include <net/dropreason.h> +#include <net/dropreason-core.h> /* Per netns frag queues directory */ struct fqdir { |