From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-4323.protonmail.ch (mail-4323.protonmail.ch [185.70.43.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DD6CB3FC2 for ; Fri, 27 Aug 2021 16:13:12 +0000 (UTC) Date: Fri, 27 Aug 2021 16:12:56 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bryanbrattlof.com; s=protonmail; t=1630080784; bh=Lshhf2wix+TxcMlgLTVzKe5GRvuCLhfvNPWrDPH+j6w=; h=Date:To:From:Cc:Reply-To:Subject:From; b=ap3Qekq1J8OsN2B7QSBf+UNHH+EOc5CRJHY5Nv5KM9Vajvjw03Rh80TaRF/Oyu3Ag GrLFEyuKQg3vgEZU0hxc67C+5TqCKGtcvvKszBmI8NatFWeKdWXp7MXoWh4M7PcgcA wuJApGK6cazcfWvAcOo599r8JEL70JK52Hf5wnAq/BpTGaP4cFjG90u8E/+OJF5g3D Je2qvb4bq5X/O5KstFrOrf/b7OJzoU2ytfEmDNpGhFQ3hj2r0qshA1hhN/MYENK5dO akTeObbi/OOCfoiz2rlBsIoCjQfefnRbMPdDWGDewPreFONMySajdabQcVvAFjtU2q mQq8mmFn/I70Q== To: Greg Kroah-Hartman From: Bryan Brattlof Cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, Bryan Brattlof Reply-To: Bryan Brattlof Subject: [PATCH 0/5] staging: rtl8723bs: remove unused functions Message-ID: Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch Changes in v3: - Fix issue causing some emails to drop their In-Reply-To: header. (For the curious: NullMailer & my email provider where conspiring) Changes in v2: - Remove build warnings I introduced in the previous version. *** There is a lot of un-used code and un-needed abstractions leftover in this driver from when (I assume) it could be compiled on more than one kernel. This series removes dead code and is one small step toward refactoring how this driver interacts with the SDIO subsystem. Bryan Brattlof (5): staging: rtl8723bs: remove sdio_write_mem() staging: rtl8723bs: remove sdio_writeN() staging: rtl8723bs: remove sdio_read_mem() and sdio_readN() staging: rtl8723bs: remove unused definitions from rtw_io.h staging: rtl8723bs: remove _read_port from _io_ops structure drivers/staging/rtl8723bs/hal/sdio_ops.c | 116 --------------------- drivers/staging/rtl8723bs/include/rtw_io.h | 96 ----------------- 2 files changed, 212 deletions(-) -- 2.30.2