public inbox for b.a.t.m.a.n@lists.open-mesh.org
 help / color / mirror / Atom feed
From: Sven Eckelmann <sven@narfation.org>
To: b.a.t.m.a.n@lists.open-mesh.org
Subject: [B.A.T.M.A.N.] [PATCH 2/6] batman-adv: Add missing include for clear_/set_bit in DAT
Date: Thu, 18 Jun 2015 18:53:20 +0200	[thread overview]
Message-ID: <1434646404-19291-2-git-send-email-sven@narfation.org> (raw)
In-Reply-To: <1434646404-19291-1-git-send-email-sven@narfation.org>

bfd0fbaef270 ("batman-adv: Make DAT capability changes atomic") started to
use clear_bit and set_bit but did not add the include for these functions.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
---
 net/batman-adv/distributed-arp-table.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net/batman-adv/distributed-arp-table.c b/net/batman-adv/distributed-arp-table.c
index dc1191a..4ba7f61 100644
--- a/net/batman-adv/distributed-arp-table.c
+++ b/net/batman-adv/distributed-arp-table.c
@@ -19,6 +19,7 @@
 #include "main.h"
 
 #include <linux/atomic.h>
+#include <linux/bitops.h>
 #include <linux/byteorder/generic.h>
 #include <linux/errno.h>
 #include <linux/etherdevice.h>
-- 
2.1.4


  reply	other threads:[~2015-06-18 16:53 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-18 16:53 [B.A.T.M.A.N.] [PATCH 1/6] batman-adv: Remove batadv_ types forward declarations Sven Eckelmann
2015-06-18 16:53 ` Sven Eckelmann [this message]
2015-06-19 14:07   ` [B.A.T.M.A.N.] [PATCH 2/6] batman-adv: Add missing include for clear_/set_bit in DAT Marek Lindner
2015-06-18 16:53 ` [B.A.T.M.A.N.] [PATCH 3/6] batman-adv: Add missing include for clear_/set_bit in MCAST Sven Eckelmann
2015-06-19 14:08   ` Marek Lindner
2015-06-18 16:53 ` [B.A.T.M.A.N.] [PATCH 4/6] batman-adv: Add missing include for BUG_ON " Sven Eckelmann
2015-06-19 14:08   ` Marek Lindner
2015-06-18 16:53 ` [B.A.T.M.A.N.] [PATCH 5/6] batman-adv: Add missing include for clear_/set_bit in NC Sven Eckelmann
2015-06-19 14:09   ` Marek Lindner
2015-06-18 16:53 ` [B.A.T.M.A.N.] [PATCH 6/6] batman-adv: Add missing include for clear_/set_bit in TT Sven Eckelmann
2015-06-19 14:10   ` Marek Lindner
2015-06-19  9:34 ` [B.A.T.M.A.N.] [PATCH 1/6] batman-adv: Remove batadv_ types forward declarations Marek Lindner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1434646404-19291-2-git-send-email-sven@narfation.org \
    --to=sven@narfation.org \
    --cc=b.a.t.m.a.n@lists.open-mesh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox