From: Sven Eckelmann Date: Mon, 22 Jan 2024 13:03:38 +0000 (+0100) Subject: batman-adv: Drop usage of export.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=db60ad8b21cee0394cb0a1092d9f9190d310562c;p=linux.git 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 to "), it was moved and the include for export.h is no longer needed. Signed-off-by: Sven Eckelmann Signed-off-by: Simon Wunderlich --- diff --git a/net/batman-adv/netlink.c b/net/batman-adv/netlink.c index 1f7ed9d4f6fdf..0954757f0b8b8 100644 --- a/net/batman-adv/netlink.c +++ b/net/batman-adv/netlink.c @@ -15,7 +15,6 @@ #include #include #include -#include #include #include #include