Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp10192142ybl; Thu, 26 Dec 2019 12:35:59 -0800 (PST) X-Google-Smtp-Source: APXvYqx+qsLYfrXOFiK1jjTjNdzf/SGx9mUIYfW7qhkJ3eJCbzW0/BuyEJMlHAiWRV3rmegen92K X-Received: by 2002:a9d:67ce:: with SMTP id c14mr27800944otn.106.1577392559580; Thu, 26 Dec 2019 12:35:59 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1577392559; cv=none; d=google.com; s=arc-20160816; b=hIoKOI2EZT4zTRyillskvgkX9DKC1jyMkJoPjiw1XXL0IealDg7Z/irX93xmc5gSmn HcRMH5BNr3uYD5HHCNWK83LQ/SJEkkvZEYcUGKs9LqWCjYUuZROOaN6ySuSn6JBM3PoJ NS2KMobKNRbD/IAIPdI/QzJpC9ti4D3JIv1wpsRPyTYPQPaIFWipz+SA3AVxgiuksHe0 HbNgCrGHmhAtuADCBVjZ1DdQWTJXSQWPwjyKoO/jGdqhUPrXaPKAK76U7J2ZI/GWeHi5 nHhGfhH+TK8tXlmGkDCAn2eFu4MDg4SCWj8cQGLhRzwOoTj7WU4ZntM4tUlIeOp8/T1j wiIQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:to:references:message-id :content-transfer-encoding:cc:date:in-reply-to:from:subject :mime-version; bh=hJWMcjCt5sxJgbKEXO1Ps6FNz+xaY4baCIusaq94+sk=; b=yc6zcZS8+a9wHImAs83rz6MwqY35xmXEwiCbWZonBGcmcPosVlbCtdQixBkQAYtqZh hPNYDtcmzA8a3m9chtRyJxMGNMEtM+RAayGsqwvBLx15ryn1t0MEs9iG6NDfWEfJAg2B YsFPJtACl//VnoT2cSlcjt0+Du15HAgITr0TLt3TeLe5uOH94HzU7ehNCxI2WRYlAK8v 7g12/B6eybd+6NFqOQog76En0maJw1gwakq+WQTA5wSd2Y8tK0gtjoAgZdWVMxAxXeCr eK9SijmjgrArVNlS1EK+X6PunuTt8hWHLSjOPsrxiSJwFYkz/m4wu6hBw+in8aJ4ktKh /l3g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o17si12712995otk.135.2019.12.26.12.35.47; Thu, 26 Dec 2019 12:35:59 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726706AbfLZUfr (ORCPT + 99 others); Thu, 26 Dec 2019 15:35:47 -0500 Received: from coyote.holtmann.net ([212.227.132.17]:57017 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726653AbfLZUfr (ORCPT ); Thu, 26 Dec 2019 15:35:47 -0500 Received: from [192.168.0.171] (188.147.97.8.nat.umts.dynamic.t-mobile.pl [188.147.97.8]) by mail.holtmann.org (Postfix) with ESMTPSA id 239BDCECEC; Thu, 26 Dec 2019 21:44:59 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 13.0 \(3608.40.2.2.4\)) Subject: Re: [PATCH] Bluetooth: btbcm: Add missing static inline in header From: Marcel Holtmann In-Reply-To: <20191226190340.116205-1-abhishekpandit@chromium.org> Date: Thu, 26 Dec 2019 21:35:44 +0100 Cc: BlueZ , chromeos-bluetooth-upstreaming@chromium.org, Johan Hedberg , linux-kernel@vger.kernel.org Content-Transfer-Encoding: 7bit Message-Id: References: <20191226190340.116205-1-abhishekpandit@chromium.org> To: Abhishek Pandit-Subedi X-Mailer: Apple Mail (2.3608.40.2.2.4) Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hi Abhishek, > This fixes a double definition error when CONFIG_BT_BCM is not set. > > Signed-off-by: Abhishek Pandit-Subedi > --- > > drivers/bluetooth/btbcm.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) patch has been applied to bluetooth-next tree. Regards Marcel