batman-adv: Add missing include for in_interrupt()
authorSven Eckelmann <sven@narfation.org>
Mon, 14 Sep 2020 11:58:16 +0000 (13:58 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Oct 2020 18:40:18 +0000 (20:40 +0200)
commitbe23ff8b9e5b5c6a6d933077a74756ed6685fc74
tree5ddfabd16c97756e092824c2acfc0b18feeb54be
parent20191c798611841f252facd81b702b640e94bd15
batman-adv: Add missing include for in_interrupt()

[ Upstream commit 4bba9dab86b6ac15ca560ef1f2b5aa4529cbf784 ]

The fix for receiving (internally generated) bla packets outside the
interrupt context introduced the usage of in_interrupt(). But this
functionality is only defined in linux/preempt.h which was not included
with the same patch.

Fixes: 279e89b2281a ("batman-adv: bla: use netif_rx_ni when not in interrupt context")
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/batman-adv/bridge_loop_avoidance.c