The patch titled add build support for new ColdFire serial driver has been removed from the -mm tree. Its filename was add-build-support-for-new-coldfire-serial-driver.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: add build support for new ColdFire serial driver From: Greg Ungerer <gerg@xxxxxxxxxxxx> Add build support for the new style ColdFire serial driver. Signed-off-by: Greg Ungerer <gerg@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/serial/Makefile | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/serial/Makefile~add-build-support-for-new-coldfire-serial-driver drivers/serial/Makefile --- a/drivers/serial/Makefile~add-build-support-for-new-coldfire-serial-driver +++ a/drivers/serial/Makefile @@ -40,6 +40,7 @@ obj-$(CONFIG_SERIAL_MUX) += mux.o obj-$(CONFIG_SERIAL_68328) += 68328serial.o obj-$(CONFIG_SERIAL_68360) += 68360serial.o obj-$(CONFIG_SERIAL_COLDFIRE) += mcfserial.o +obj-$(CONFIG_SERIAL_MCF) += mcf.o obj-$(CONFIG_V850E_UART) += v850e_uart.o obj-$(CONFIG_SERIAL_PMACZILOG) += pmac_zilog.o obj-$(CONFIG_SERIAL_LH7A40X) += serial_lh7a40x.o _ Patches currently in -mm which might be from gerg@xxxxxxxxxxxx are origin.patch m68knommu-use-array_size-in-coldfire-serial-driver.patch m68knomu-remove-dead-config-symbols-from-m68knomu-code.patch m68knommu-removing-config-variable-dumptoflash.patch nommu-add-new-vmalloc_user-and-remap_vmalloc_range-interfaces.patch add-cmpxchg_local-to-m68knommu.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