batman-adv: Drop usage of export.h
authorSven Eckelmann <sven@narfation.org>
Mon, 22 Jan 2024 13:03:38 +0000 (14:03 +0100)
committerSimon Wunderlich <sw@simonwunderlich.de>
Sat, 27 Jan 2024 08:13:59 +0000 (09:13 +0100)
commitdb60ad8b21cee0394cb0a1092d9f9190d310562c
tree84bf8ad3643affab671eb97ab09d7b41aaf54c02
parent5593e9abf1cf2bf096366d8c7fd933bc69d561ce
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>
net/batman-adv/netlink.c