mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-16 01:54:00 +00:00
d0f459259c
Commit c0e5f4e73a71 ("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
|