[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210822204212.2832397-1-hello@bryanbrattlof.com>
Date: Sun, 22 Aug 2021 20:42:58 +0000
From: Bryan Brattlof <hello@...anbrattlof.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: "Fabio M. De Francesco" <fmdefrancesco@...il.com>,
linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org,
Bryan Brattlof <hello@...anbrattlof.com>
Subject: [PATCH v2 0/5] staging: rtl8723bs: remove unused functions
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
Powered by blists - more mailing lists