diff options
author | Jakub Kicinski <kuba@kernel.org> | 2022-03-03 06:58:02 +0100 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-03-03 06:58:03 +0100 |
commit | fa452e0a609a038e5ef9d2e042bb80e08e1af7af (patch) | |
tree | cf14c19820d8d3d7b24801d471356e2c0d5c8c62 /net/batman-adv/multicast.c | |
parent | net: hamradio: fix compliation error (diff) | |
parent | batman-adv: Demote batadv-on-batadv skip error message (diff) | |
download | linux-fa452e0a609a038e5ef9d2e042bb80e08e1af7af.tar.xz linux-fa452e0a609a038e5ef9d2e042bb80e08e1af7af.zip |
Merge tag 'batadv-next-pullrequest-20220302' of git://git.open-mesh.org/linux-merge
Simon Wunderlich says:
====================
This cleanup patchset includes the following patches:
- bump version strings, by Simon Wunderlich
- Remove redundant 'flush_workqueue()' calls, by Christophe JAILLET
- Migrate to linux/container_of.h, by Sven Eckelmann
- Demote batadv-on-batadv skip error message, by Sven Eckelmann
* tag 'batadv-next-pullrequest-20220302' of git://git.open-mesh.org/linux-merge:
batman-adv: Demote batadv-on-batadv skip error message
batman-adv: Migrate to linux/container_of.h
batman-adv: Remove redundant 'flush_workqueue()' calls
batman-adv: Start new development cycle
====================
Link: https://lore.kernel.org/r/20220302163522.102842-1-sw@simonwunderlich.de
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/batman-adv/multicast.c')
-rw-r--r-- | net/batman-adv/multicast.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/batman-adv/multicast.c b/net/batman-adv/multicast.c index 9f311fddfaf9..b238455913df 100644 --- a/net/batman-adv/multicast.c +++ b/net/batman-adv/multicast.c @@ -11,6 +11,7 @@ #include <linux/bitops.h> #include <linux/bug.h> #include <linux/byteorder/generic.h> +#include <linux/container_of.h> #include <linux/errno.h> #include <linux/etherdevice.h> #include <linux/gfp.h> |