Skip to content

Commit db60ad8

Browse files
ecsvsimonwunderlich
authored andcommitted
batman-adv: Drop usage of export.h
The linux/export.h include was introduced in commit 9bcb94c ("batman-adv: Introduce missing headers for genetlink restructure") to have access to THIS_MODULE. But with commit 5b20755 ("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>
1 parent 5593e9a commit db60ad8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

net/batman-adv/netlink.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#include <linux/cache.h>
1616
#include <linux/err.h>
1717
#include <linux/errno.h>
18-
#include <linux/export.h>
1918
#include <linux/genetlink.h>
2019
#include <linux/gfp.h>
2120
#include <linux/if_ether.h>

0 commit comments

Comments
 (0)