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>
This commit is contained in:
Johannes Berg
2023-04-19 14:52:52 +02:00
committed by Jakub Kicinski
parent 7ab75456be
commit 5b8285cca6
4 changed files with 7 additions and 6 deletions

View File

@@ -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;