diff options
author | Sven Eckelmann | 2021-03-23 21:52:28 +0100 |
---|---|---|
committer | Simon Wunderlich | 2021-03-23 21:52:28 +0100 |
commit | 5fc087ff96fdb4447f9f7e1d8a90c05196cf5ad8 (patch) | |
tree | d9021c3b80c95260d1fd55d849d1d4c934c6ae92 | |
parent | 549750babea10621143eaec2eb58a15537a0a434 (diff) |
batman-adv: Drop unused header preempt.h
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>
-rw-r--r-- | net/batman-adv/bridge_loop_avoidance.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/batman-adv/bridge_loop_avoidance.c b/net/batman-adv/bridge_loop_avoidance.c index bcd543ce835b..7dc133cfc363 100644 --- a/net/batman-adv/bridge_loop_avoidance.c +++ b/net/batman-adv/bridge_loop_avoidance.c @@ -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> |