From patchwork Wed May 11 06:16:47 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sven Eckelmann X-Patchwork-Id: 16168 X-Patchwork-Delegate: mareklindner@neomailbox.ch Return-Path: X-Original-To: patchwork@open-mesh.org Delivered-To: patchwork@open-mesh.org Received: from open-mesh.org (localhost [IPv6:::1]) by open-mesh.org (Postfix) with ESMTP id 0705F81AF5; Wed, 11 May 2016 08:17:00 +0200 (CEST) Authentication-Results: open-mesh.org; dmarc=none header.from=narfation.org Authentication-Results: open-mesh.org; dkim=fail reason="verification failed; unprotected key" header.d=narfation.org header.i=@narfation.org header.b=E1LL8/vt; dkim-adsp=fail (unprotected policy); dkim-atps=neutral Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=79.140.41.39; helo=v3-1039.vlinux.de; envelope-from=sven@narfation.org; receiver=b.a.t.m.a.n@lists.open-mesh.org Authentication-Results: open-mesh.org; dmarc=pass header.from=narfation.org Received: from v3-1039.vlinux.de (narfation.org [79.140.41.39]) by open-mesh.org (Postfix) with ESMTPS id A9B7B81315 for ; Wed, 11 May 2016 08:16:52 +0200 (CEST) Received: from sven-desktop.home.narfation.org (p200300C593C080FDA634D9FFFEC48AA1.dip0.t-ipconnect.de [IPv6:2003:c5:93c0:80fd:a634:d9ff:fec4:8aa1]) by v3-1039.vlinux.de (Postfix) with ESMTPSA id 296071100E7; Wed, 11 May 2016 08:16:52 +0200 (CEST) Authentication-Results: v3-1039.vlinux.de; dmarc=none header.from=narfation.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=narfation.org; s=20121; t=1462947412; bh=oGNEylPuWXf8CqipdBCD9moP4OBN6d0nerz4Ro5l7cM=; h=From:To:Cc:Subject:Date:From; b=E1LL8/vtbXYQnEju5UX6m8mN+znCrdvOmNRJY6mlWo6T4xBsRtyJsWCMyW3ph7Vir BzrfcgF+0WMB3GKCzzOfuHus/ahV/8dlYaxu/gqVD6Uj8Ba5jyp1ZyFW/SuYx7JzHc urKcJmOOA23HPxDZjj0h5Gno9fveKtJkpfTTP2h0= From: Sven Eckelmann To: b.a.t.m.a.n@lists.open-mesh.org Date: Wed, 11 May 2016 08:16:47 +0200 Message-Id: <1462947407-25493-1-git-send-email-sven@narfation.org> X-Mailer: git-send-email 2.8.1 Subject: [B.A.T.M.A.N.] [PATCH] batman-adv: Remove unused include atomic.h X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking Errors-To: b.a.t.m.a.n-bounces@lists.open-mesh.org Sender: "B.A.T.M.A.N" The only atomic_* function was removed in the bat_v.c and thus the include should also be removed. Fixes: 71e957cd30a0 ("batman-adv: init ELP tweaking options only once") Signed-off-by: Sven Eckelmann --- net/batman-adv/bat_v.c | 1 - 1 file changed, 1 deletion(-) diff --git a/net/batman-adv/bat_v.c b/net/batman-adv/bat_v.c index 3c5d251..b9c2850 100644 --- a/net/batman-adv/bat_v.c +++ b/net/batman-adv/bat_v.c @@ -18,7 +18,6 @@ #include "bat_algo.h" #include "main.h" -#include #include #include #include