[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220407192819.10661-1-straube.linux@gmail.com>
Date: Thu, 7 Apr 2022 21:28:11 +0200
From: Michael Straube <straube.linux@...il.com>
To: gregkh@...uxfoundation.org
Cc: Larry.Finger@...inger.net, phil@...lpotter.co.uk,
linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org,
Michael Straube <straube.linux@...il.com>
Subject: [PATCH 0/8] staging: r8188eu: some simple cleanups
Some simple cleanups. Most of them are removing unused macros,
structures, etc. from header files.
Michael Straube (8):
staging: r8188eu: remove unused macros from basic_types.h
staging: r8188eu: move struct rt_firmware to rtw_fw.h
staging: r8188eu: ROMVer is always zero
staging: r8188eu: remove unused fields from struct eeprom_priv
staging: r8188eu: remove unused enums from odm.h
staging: r8188eu: remove unused prototype usbvendorrequest()
staging: r8188eu: remove header usb_vendor_req.h
staging: r8188eu: clean up rtw_ioctl.h
drivers/staging/r8188eu/hal/hal_com.c | 2 +-
.../staging/r8188eu/hal/rtl8188e_hal_init.c | 1 -
drivers/staging/r8188eu/include/HalVerDef.h | 1 -
drivers/staging/r8188eu/include/basic_types.h | 73 +----------------
drivers/staging/r8188eu/include/drv_types.h | 6 +-
drivers/staging/r8188eu/include/odm.h | 29 -------
drivers/staging/r8188eu/include/rtw_eeprom.h | 3 -
drivers/staging/r8188eu/include/rtw_fw.h | 5 ++
drivers/staging/r8188eu/include/rtw_ioctl.h | 79 -------------------
drivers/staging/r8188eu/include/usb_osintf.h | 4 -
.../staging/r8188eu/include/usb_vendor_req.h | 35 --------
drivers/staging/r8188eu/os_dep/usb_intf.c | 1 -
12 files changed, 8 insertions(+), 231 deletions(-)
delete mode 100644 drivers/staging/r8188eu/include/usb_vendor_req.h
--
2.35.1
Powered by blists - more mailing lists