mirror of
https://github.com/torvalds/linux.git
synced 2024-11-29 15:41:36 +00:00
d0f459259c
Commit c0e5f4e73a
("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>
10 lines
277 B
Makefile
10 lines
277 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for MemoryStick host controller drivers
|
|
#
|
|
|
|
obj-$(CONFIG_MEMSTICK_TIFM_MS) += tifm_ms.o
|
|
obj-$(CONFIG_MEMSTICK_JMICRON_38X) += jmb38x_ms.o
|
|
obj-$(CONFIG_MEMSTICK_R592) += r592.o
|
|
obj-$(CONFIG_MEMSTICK_REALTEK_USB) += rtsx_usb_ms.o
|