The patch titled spi: correct name for spi_txx9 has been removed from the -mm tree. Its filename was spi-driver-hotplug-coldplug-fixes-fix.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: spi: correct name for spi_txx9 From: Atsushi Nemoto <anemo@xxxxxxxxxxxxx> Correct the name of the spi_txx9 driver (and their in-tree user) instead of MODULE_ALIAS workaround. This would be preferable in the long term. Signed-off-by: Atsushi Nemoto <anemo@xxxxxxxxxxxxx> Acked-by: David Brownell <dbrownell@xxxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/mips/tx4938/toshiba_rbtx4938/setup.c | 2 +- drivers/spi/spi_txx9.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff -puN arch/mips/tx4938/toshiba_rbtx4938/setup.c~spi-driver-hotplug-coldplug-fixes-fix arch/mips/tx4938/toshiba_rbtx4938/setup.c --- a/arch/mips/tx4938/toshiba_rbtx4938/setup.c~spi-driver-hotplug-coldplug-fixes-fix +++ a/arch/mips/tx4938/toshiba_rbtx4938/setup.c @@ -1108,7 +1108,7 @@ static void __init txx9_spi_init(unsigne .flags = IORESOURCE_IRQ, }, }; - platform_device_register_simple("txx9spi", 0, + platform_device_register_simple("spi_txx9", 0, res, ARRAY_SIZE(res)); } diff -puN drivers/spi/spi_txx9.c~spi-driver-hotplug-coldplug-fixes-fix drivers/spi/spi_txx9.c --- a/drivers/spi/spi_txx9.c~spi-driver-hotplug-coldplug-fixes-fix +++ a/drivers/spi/spi_txx9.c @@ -450,11 +450,10 @@ static int __exit txx9spi_remove(struct return 0; } -MODULE_ALIAS("txx9spi"); /* for platform bus hotplug */ static struct platform_driver txx9spi_driver = { .remove = __exit_p(txx9spi_remove), .driver = { - .name = "txx9spi", + .name = "spi_txx9", .owner = THIS_MODULE, }, }; _ Patches currently in -mm which might be from anemo@xxxxxxxxxxxxx are origin.patch git-mips.patch serial_txx9-cleanup-includes.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