diff options
author | Sven Eckelmann <sven@narfation.org> | 2024-01-22 14:03:38 +0100 |
---|---|---|
committer | Simon Wunderlich <sw@simonwunderlich.de> | 2024-01-27 09:13:59 +0100 |
commit | db60ad8b21cee0394cb0a1092d9f9190d310562c (patch) | |
tree | 84bf8ad3643affab671eb97ab09d7b41aaf54c02 /net/batman-adv | |
parent | batman-adv: Improve exception handling in batadv_throw_uevent() (diff) | |
download | linux-db60ad8b21cee0394cb0a1092d9f9190d310562c.tar.xz linux-db60ad8b21cee0394cb0a1092d9f9190d310562c.zip |
batman-adv: Drop usage of export.h
The linux/export.h include was introduced in commit 9bcb94c8617e
("batman-adv: Introduce missing headers for genetlink restructure") to have
access to THIS_MODULE. But with commit 5b20755b7780 ("init: move
THIS_MODULE from <linux/export.h> to <linux/init.h>"), it was moved and the
include for export.h is no longer needed.
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Diffstat (limited to 'net/batman-adv')
-rw-r--r-- | net/batman-adv/netlink.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/batman-adv/netlink.c b/net/batman-adv/netlink.c index 1f7ed9d4f6fd..0954757f0b8b 100644 --- a/net/batman-adv/netlink.c +++ b/net/batman-adv/netlink.c @@ -15,7 +15,6 @@ #include <linux/cache.h> #include <linux/err.h> #include <linux/errno.h> -#include <linux/export.h> #include <linux/genetlink.h> #include <linux/gfp.h> #include <linux/if_ether.h> |