From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1A6F5C4338F for ; Wed, 4 Aug 2021 15:01:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 012F460F13 for ; Wed, 4 Aug 2021 15:01:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238935AbhHDPBf (ORCPT ); Wed, 4 Aug 2021 11:01:35 -0400 Received: from mail-40133.protonmail.ch ([185.70.40.133]:23745 "EHLO mail-40133.protonmail.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238939AbhHDPBc (ORCPT ); Wed, 4 Aug 2021 11:01:32 -0400 Date: Wed, 04 Aug 2021 15:01:10 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bryanbrattlof.com; s=protonmail; t=1628089275; bh=Uxwz3jXRe7LOguIMwMuWtaEHnBl60v6KEdbcFAjb0Vw=; h=Date:To:From:Cc:Reply-To:Subject:From; b=I5k+d4qR1w3jO8skGL8TN61R3kwXhfhc0z/d2binXyel9BZecYSfHOLH8nbV34NGd HEjx7sEnV/NHXAUTf0aHYholQuIK39Iqs4CKRVuiVnwJkr+fRPQvnjbD5Hh7gLLdYB ZMM5Fi5B2eK/TTLZPb0e8M+93xPC8jbozsHOOqujuD8a7O//eBo+OMlEQeWzZ6TeQ+ I/Xuf1EcpL9wvr5tPdrUUBqF5rBihSJ1LyJ4j2/YjUK7Qf69NIT4IyuiYr0p4HBs6B jBqALspjjLV5bBUYi3wW9Ib9QVbWbz5g4+nCbB13PKyDGsB5kNENinkwsvasDkAx5o xeziI2AXvC3jA== To: Greg Kroah-Hartman From: Bryan Brattlof Cc: Bryan Brattlof , linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Reply-To: Bryan Brattlof Subject: [PATCH] staging: rtl8723bs: remove unused BT structures Message-ID: <20210804144812.715695-1-hello@bryanbrattlof.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Message-ID: <20210804150110.HxdPcs03NX96swoZ-lGC-czBTbfnGWwNgdzb36pQfsk@z> remove static BT debugging structures no longer in use. Signed-off-by: Bryan Brattlof --- drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c | 6 ------ drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c | 6 ------ 2 files changed, 12 deletions(-) diff --git a/drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c b/drivers/stag= ing/rtl8723bs/hal/HalBtc8723b1Ant.c index 242c14959176..b3d7f50fac4c 100644 --- a/drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c +++ b/drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c @@ -13,12 +13,6 @@ static struct coex_dm_8723b_1ant *pCoexDm =3D &GLCoexDm8= 723b1Ant; static struct coex_sta_8723b_1ant GLCoexSta8723b1Ant; static struct coex_sta_8723b_1ant *pCoexSta =3D &GLCoexSta8723b1Ant; -static const char *const GLBtInfoSrc8723b1Ant[] =3D { -=09"BT Info[wifi fw]", -=09"BT Info[bt rsp]", -=09"BT Info[bt auto report]", -}; - /* local function proto type if needed */ /* local function start with halbtc8723b1ant_ */ static u8 halbtc8723b1ant_BtRssiState( diff --git a/drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c b/drivers/stag= ing/rtl8723bs/hal/HalBtc8723b2Ant.c index 3e36a7dc72a6..c1c7b5cc17a7 100644 --- a/drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c +++ b/drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c @@ -20,12 +20,6 @@ static struct coex_dm_8723b_2ant *pCoexDm =3D &GLCoexDm8= 723b2Ant; static struct coex_sta_8723b_2ant GLCoexSta8723b2Ant; static struct coex_sta_8723b_2ant *pCoexSta =3D &GLCoexSta8723b2Ant; -static const char *const GLBtInfoSrc8723b2Ant[] =3D { -=09"BT Info[wifi fw]", -=09"BT Info[bt rsp]", -=09"BT Info[bt auto report]", -}; - /* local function start with halbtc8723b2ant_ */ static u8 halbtc8723b2ant_BtRssiState( =09u8 levelNum, u8 rssiThresh, u8 rssiThresh1 -- 2.30.2