Skip to content

Commit d0f4592

Browse files
Kai-Heng FengUlf Hansson
authored andcommitted
memstick: rtsx_pci_ms: Remove Realtek PCI memstick driver
Commit c0e5f4e ("misc: rtsx: Add support for RTS5261") silently removed RTSX_MS_CARD from its MFD cell, so rtsx_pci_ms isn't used by any driver anymore. Since there doesn't seem to any complaint, hence drop the driver. Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com> Link: https://lore.kernel.org/r/20240620031159.142637-1-kai.heng.feng@canonical.com Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
1 parent f7e7e00 commit d0f4592

3 files changed

Lines changed: 0 additions & 649 deletions

File tree

drivers/memstick/host/Kconfig

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,6 @@ config MEMSTICK_R592
4444
To compile this driver as a module, choose M here: the module will
4545
be called r592.
4646

47-
config MEMSTICK_REALTEK_PCI
48-
tristate "Realtek PCI-E Memstick Card Interface Driver"
49-
depends on MISC_RTSX_PCI
50-
help
51-
Say Y here to include driver code to support Memstick card interface
52-
of Realtek PCI-E card reader
53-
54-
To compile this driver as a module, choose M here: the module will
55-
be called rtsx_pci_ms.
56-
5747
config MEMSTICK_REALTEK_USB
5848
tristate "Realtek USB Memstick Card Interface Driver"
5949
depends on MISC_RTSX_USB

drivers/memstick/host/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66
obj-$(CONFIG_MEMSTICK_TIFM_MS) += tifm_ms.o
77
obj-$(CONFIG_MEMSTICK_JMICRON_38X) += jmb38x_ms.o
88
obj-$(CONFIG_MEMSTICK_R592) += r592.o
9-
obj-$(CONFIG_MEMSTICK_REALTEK_PCI) += rtsx_pci_ms.o
109
obj-$(CONFIG_MEMSTICK_REALTEK_USB) += rtsx_usb_ms.o

0 commit comments

Comments
 (0)