From: Sven Eckelmann Date: Tue, 23 Mar 2021 20:52:28 +0000 (+0100) Subject: batman-adv: Drop unused header preempt.h X-Git-Tag: v5.13-rc1~94^2~199^2~1 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=5fc087ff96fdb4447f9f7e1d8a90c05196cf5ad8;p=linux-block.git 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 Signed-off-by: Simon Wunderlich --- 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 #include #include -#include #include #include #include