The patch titled Char: cyclades, select FW_LOADER has been removed from the -mm tree. Its filename was char-cyclades-select-fw_loader.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: Char: cyclades, select FW_LOADER From: Jiri Slaby <jirislaby@xxxxxxxxx> Fix link errors below by selecting FW_LOADER LD .tmp_vmlinux1 drivers/built-in.o: In function `cyz_load_fw': drivers/char/cyclades.c:4908: undefined reference to `request_firmware' drivers/char/cyclades.c:4979: undefined reference to `release_firmware' Cc: <toralf.foerster@xxxxxx> Signed-off-by: Jiri Slaby <jirislaby@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/char/Kconfig | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/char/Kconfig~char-cyclades-select-fw_loader drivers/char/Kconfig --- a/drivers/char/Kconfig~char-cyclades-select-fw_loader +++ a/drivers/char/Kconfig @@ -130,6 +130,7 @@ config ROCKETPORT config CYCLADES tristate "Cyclades async mux support" depends on SERIAL_NONSTANDARD && (PCI || ISA) + select FW_LOADER ---help--- This driver supports Cyclades Z and Y multiserial boards. You would need something like this to connect more than two modems to _ Patches currently in -mm which might be from jirislaby@xxxxxxxxx are origin.patch char-moxa-fix-and-optimise-empty-timer.patch shrink_slab-handle-bad-shrinkers.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html