diff options
author | Jakub Kicinski <kuba@kernel.org> | 2024-03-29 20:57:10 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-04-02 07:44:34 +0300 |
commit | cd7209628cdb2a7edd7656c126d2455e7102e949 (patch) | |
tree | 8791061a86c277c7aafd86283c428eee6cc3e08c /include/linux/genl_magic_struct.h | |
parent | f97c9b533a1dc60a77ff329e0117acc5ae17def5 (diff) | |
download | linux-cd7209628cdb2a7edd7656c126d2455e7102e949.tar.xz |
genetlink: remove linux/genetlink.h
genetlink.h is a shell of what used to be a combined uAPI
and kernel header over a decade ago. It has fewer than
10 lines of code. Merge it into net/genetlink.h.
In some ways it'd be better to keep the combined header
under linux/ but it would make looking through git history
harder.
Acked-by: Sven Eckelmann <sven@narfation.org>
Link: https://lore.kernel.org/r/20240329175710.291749-4-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/linux/genl_magic_struct.h')
-rw-r--r-- | include/linux/genl_magic_struct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/genl_magic_struct.h b/include/linux/genl_magic_struct.h index a419d93789ff..621b87a87d74 100644 --- a/include/linux/genl_magic_struct.h +++ b/include/linux/genl_magic_struct.h @@ -15,8 +15,8 @@ #endif #include <linux/args.h> -#include <linux/genetlink.h> #include <linux/types.h> +#include <net/genetlink.h> extern int CONCATENATE(GENL_MAGIC_FAMILY, _genl_register)(void); extern void CONCATENATE(GENL_MAGIC_FAMILY, _genl_unregister)(void); |