From patchwork Thu May 5 10:35:19 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sven Eckelmann X-Patchwork-Id: 16072 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 4B068826A6; Thu, 5 May 2016 12:35:38 +0200 (CEST) Authentication-Results: open-mesh.org; dmarc=none header.from=open-mesh.com Authentication-Results: open-mesh.org; dkim=fail reason="verification failed; unprotected key" header.d=open-mesh-com.20150623.gappssmtp.com header.i=@open-mesh-com.20150623.gappssmtp.com header.b=wDPpJaqi; dkim-adsp=none (unprotected policy); dkim-atps=neutral Received-SPF: Neutral (access neither permitted nor denied) identity=mailfrom; client-ip=2a00:1450:400c:c09::232; helo=mail-wm0-x232.google.com; envelope-from=sven.eckelmann@open-mesh.com; receiver=b.a.t.m.a.n@lists.open-mesh.org Authentication-Results: open-mesh.org; dmarc=none header.from=open-mesh.com Received: from mail-wm0-x232.google.com (mail-wm0-x232.google.com [IPv6:2a00:1450:400c:c09::232]) by open-mesh.org (Postfix) with ESMTPS id 32961826AE for ; Thu, 5 May 2016 12:35:32 +0200 (CEST) Received: by mail-wm0-x232.google.com with SMTP id a17so20385893wme.0 for ; Thu, 05 May 2016 03:35:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=open-mesh-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=6AMLvWmNjIUS2Y+KY7ZbYvu7lhxPZS07UgVqa9Hs0fA=; b=wDPpJaqithIFjIWQ9m9v7atiVkp/FThbGams6co3unrC2iT/+EkDoxEpvB643JtRi0 g+CIro8/KZfkhLuCOp6IpOZMgaFmtijTFsYQx6Fwtcro5AKsjGVbbZjw54heaNXvipUW 2w8MsTrEO4NPhspk0aAikLM+1zsnQxHJe35OdpaWHzTuRvAv5vwojZEK+k1K1IATWyZT ituyigLk+7Bs+TkJyOG4GEJylgdkUpAIJa7Wt9KWcSNWsfovNEuLau1LbJZ3b/lMoIcW bSFVVSWaC/LM7N8d2ZJEGXfhl8XDDU4yGGXOhb5ycD4LqC7YQNbOtfo84pU1cCzngVv7 ge8Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=6AMLvWmNjIUS2Y+KY7ZbYvu7lhxPZS07UgVqa9Hs0fA=; b=gvIWNclPmJ7D3wsQFSSGdAgX0QRscTF6t1coG+w80h4VkQ1JQ+gnFfuv9zlUz+cppK qXbPMCDqjEGpeJJKjNbQHk9h6aDwpN0EwC4nsBVv6AJ8sbz+ZEWNUIFJ9ktrk6PBpotf qKULNPvyg00ZLMs533GVE9kn8GQCJsQhu7EvRxpk0RLqmmBZsLGgraT8sC7G5EMJ7T6C Unqzh3WcVyDqCQbem7KIpuFL8BhtVQKBsJd1ktnI5wccO21Jdf0bcL+6WMJ1L6UaKNU7 ELcU2XuwUQ3b7cRTx5JU3cIUdNbuNHHz52HJ8XSXN3wUIcVt8xWUhXzVj16TCLPawcBc 6O5g== X-Gm-Message-State: AOPr4FVF41QRZDpBd52BIeCPmxim/jAkvmKWoSSRVKsN6g61ezztf/zGESJeKPDz5Qs5LQNv X-Received: by 10.28.7.197 with SMTP id 188mr2723051wmh.101.1462444531757; Thu, 05 May 2016 03:35:31 -0700 (PDT) Received: from sven-desktop.home.narfation.org (p200300C593C34EFD0000000000002E16.dip0.t-ipconnect.de. [2003:c5:93c3:4efd::2e16]) by smtp.gmail.com with ESMTPSA id jh2sm9050801wjb.39.2016.05.05.03.35.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 05 May 2016 03:35:31 -0700 (PDT) From: Sven Eckelmann To: b.a.t.m.a.n@lists.open-mesh.org Date: Thu, 5 May 2016 12:35:19 +0200 Message-Id: <1462444519-26509-2-git-send-email-sven.eckelmann@open-mesh.com> X-Mailer: git-send-email 2.8.1 In-Reply-To: <1462444519-26509-1-git-send-email-sven.eckelmann@open-mesh.com> References: <1462444519-26509-1-git-send-email-sven.eckelmann@open-mesh.com> Cc: Sven Eckelmann Subject: [B.A.T.M.A.N.] [PATCH 2/2] batman-adv: Add missing include for container_of 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" Fixes: 0d8468553c3c ("batman-adv: remove ogm_emit and ogm_schedule API calls") Signed-off-by: Sven Eckelmann --- Problem was found by https://lists.open-mesh.org/pipermail/linux-merge/2016-May/003146.html net/batman-adv/bat_iv_ogm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net/batman-adv/bat_iv_ogm.c b/net/batman-adv/bat_iv_ogm.c index 67bdba1..4815db9 100644 --- a/net/batman-adv/bat_iv_ogm.c +++ b/net/batman-adv/bat_iv_ogm.c @@ -30,6 +30,7 @@ #include #include #include +#include #include #include #include