All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] staging: rtl8723bs: remove unused code blocks
@ 2021-03-12 16:04 ` Fabio Aiuto
  0 siblings, 0 replies; 14+ messages in thread
From: Fabio Aiuto @ 2021-03-12 15:49 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux.kernel

This patch set removes unused code blocks as required in
TODO file:

    find and remove code blocks guarded by never set CONFIG_FOO defines

Fabio Aiuto (3):
  staging: rtl8723bs: remove unused code blocks
  staging: rtl8723bs: remove unused code blocks
  staging: rtl8723bs: remove unused code blocks

 drivers/staging/rtl8723bs/core/rtw_mlme.c     |   3 -
 drivers/staging/rtl8723bs/core/rtw_pwrctrl.c  |  24 +-
 .../staging/rtl8723bs/core/rtw_wlan_util.c    |  61 +-
 drivers/staging/rtl8723bs/hal/rtl8723b_cmd.c  | 824 +-----------------
 .../staging/rtl8723bs/hal/rtl8723b_hal_init.c |  43 +-
 drivers/staging/rtl8723bs/hal/sdio_halinit.c  | 248 +-----
 drivers/staging/rtl8723bs/hal/sdio_ops.c      |   4 +-
 drivers/staging/rtl8723bs/include/autoconf.h  |   3 -
 drivers/staging/rtl8723bs/include/drv_types.h |   5 -
 .../rtl8723bs/include/drv_types_sdio.h        |   2 +-
 .../staging/rtl8723bs/include/hal_com_h2c.h   |  88 +-
 drivers/staging/rtl8723bs/include/hal_intf.h  |   5 -
 .../staging/rtl8723bs/include/rtl8723b_cmd.h  |   4 +-
 .../staging/rtl8723bs/include/rtl8723b_hal.h  |  17 -
 .../staging/rtl8723bs/include/rtl8723b_spec.h |  10 -
 drivers/staging/rtl8723bs/include/rtw_mp.h    |   3 -
 .../staging/rtl8723bs/include/rtw_pwrctrl.h   |  62 --
 drivers/staging/rtl8723bs/include/rtw_recv.h  |   5 -
 .../staging/rtl8723bs/include/rtw_security.h  |   3 -
 drivers/staging/rtl8723bs/include/sdio_ops.h  |   8 +-
 drivers/staging/rtl8723bs/include/sta_info.h  |   5 -
 .../staging/rtl8723bs/os_dep/ioctl_cfg80211.c |  56 --
 .../staging/rtl8723bs/os_dep/ioctl_linux.c    |   3 -
 drivers/staging/rtl8723bs/os_dep/os_intfs.c   | 238 +----
 drivers/staging/rtl8723bs/os_dep/recv_linux.c |   8 -
 drivers/staging/rtl8723bs/os_dep/sdio_intf.c  |   5 -
 26 files changed, 28 insertions(+), 1709 deletions(-)

-- 
2.20.1

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2021-03-12 16:17 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-12 15:49 [PATCH 0/3] staging: rtl8723bs: remove unused code blocks Fabio Aiuto
2021-03-12 16:04 ` Fabio Aiuto
2021-03-12 16:04 ` Fabio Aiuto
2021-03-12 15:50 ` [PATCH 1/3] " Fabio Aiuto
2021-03-12 16:06   ` Fabio Aiuto
2021-03-12 16:06   ` Fabio Aiuto
2021-03-12 15:52 ` [PATCH 2/3] " Fabio Aiuto
2021-03-12 16:07   ` Fabio Aiuto
2021-03-12 16:07   ` Fabio Aiuto
2021-03-12 15:58 ` [PATCH 3/3] " Fabio Aiuto
2021-03-12 16:10   ` Fabio Aiuto
2021-03-12 16:10   ` Fabio Aiuto
2021-03-12 15:58   ` Fabio Aiuto
2021-03-12 16:17 ` [PATCH 0/3] " Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.