public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH 0/6] staging: r8188eu: remove unused code
@ 2021-09-03  9:33 Michael Straube
  2021-09-03  9:33 ` [PATCH 1/6] staging: r8188eu: remove header file rtw_ioctl_rtl.h Michael Straube
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Michael Straube @ 2021-09-03  9:33 UTC (permalink / raw)
  To: gregkh
  Cc: Larry.Finger, phil, martin, fmdefrancesco, linux-staging,
	linux-kernel, Michael Straube

This series removes the unused header hal_ioctl_rtl.h and some unused
constants, macros and enums.

Tested with Inter-Tech DMG-02.

Michael Straube (6):
  staging: r8188eu: remove header file rtw_ioctl_rtl.h
  staging: r8188eu: remove unused defines from mp_custom_oid.h
  staging: r8188eu: remove unused enum from ieee80211.h.
  staging: r8188eu: remove unused enum rt_eeprom_type
  staging: r8188eu: remove IS_HARDWARE_TYPE_8188* macros
  staging: r8188eu: remove enum hardware_type

 drivers/staging/r8188eu/hal/rtl8188e_mp.c     |  20 +-
 drivers/staging/r8188eu/include/hal_intf.h    |  40 +--
 drivers/staging/r8188eu/include/ieee80211.h   |  28 --
 .../staging/r8188eu/include/mp_custom_oid.h   | 270 +-----------------
 .../staging/r8188eu/include/rtw_ioctl_rtl.h   |  63 ----
 .../staging/r8188eu/include/rtw_mp_ioctl.h    |   1 -
 6 files changed, 11 insertions(+), 411 deletions(-)
 delete mode 100644 drivers/staging/r8188eu/include/rtw_ioctl_rtl.h

-- 
2.33.0


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

end of thread, other threads:[~2021-09-03  9:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-03  9:33 [PATCH 0/6] staging: r8188eu: remove unused code Michael Straube
2021-09-03  9:33 ` [PATCH 1/6] staging: r8188eu: remove header file rtw_ioctl_rtl.h Michael Straube
2021-09-03  9:33 ` [PATCH 2/6] staging: r8188eu: remove unused defines from mp_custom_oid.h Michael Straube
2021-09-03  9:33 ` [PATCH 3/6] staging: r8188eu: remove unused enum from ieee80211.h Michael Straube
2021-09-03  9:33 ` [PATCH 4/6] staging: r8188eu: remove unused enum rt_eeprom_type Michael Straube
2021-09-03  9:33 ` [PATCH 5/6] staging: r8188eu: remove IS_HARDWARE_TYPE_8188* macros Michael Straube
2021-09-03  9:33 ` [PATCH 6/6] staging: r8188eu: remove enum hardware_type Michael Straube

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox