]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
batman-adv: Drop unused header preempt.h
authorSven Eckelmann <sven@narfation.org>
Tue, 23 Mar 2021 20:52:28 +0000 (21:52 +0100)
committerSimon Wunderlich <sw@simonwunderlich.de>
Tue, 23 Mar 2021 20:52:28 +0000 (21:52 +0100)
The commit b1de0f01b011 ("batman-adv: Use netif_rx_any_context().") removed
the last user for a function declaration from linux/preempt.h. The include
should therefore be cleaned up.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
net/batman-adv/bridge_loop_avoidance.c

index bcd543ce835b49480613a24108eb6a2ba62657e5..7dc133cfc3637296471192c347d20d5d7b1c2b92 100644 (file)
@@ -25,7 +25,6 @@
 #include <linux/lockdep.h>
 #include <linux/netdevice.h>
 #include <linux/netlink.h>
-#include <linux/preempt.h>
 #include <linux/rculist.h>
 #include <linux/rcupdate.h>
 #include <linux/skbuff.h>