The patch titled drivers/block/Makefile: replace the use of <module>-objs with <module>-y has been removed from the -mm tree. Its filename was drivers-block-makefile-replace-the-use-of-module-objs-with-module-y.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: drivers/block/Makefile: replace the use of <module>-objs with <module>-y From: Tracey Dent <tdent48227@xxxxxxxxx> Change Makefile to use <modules>-y instead of <modules>-objs because -objs is deprecated and should now be switched. According to (documentation/kbuild/makefiles.txt). Signed-off-by: Tracey Dent <tdent48227@xxxxxxxxx> Cc: Jens Axboe <axboe@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/block/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/block/Makefile~drivers-block-makefile-replace-the-use-of-module-objs-with-module-y drivers/block/Makefile --- a/drivers/block/Makefile~drivers-block-makefile-replace-the-use-of-module-objs-with-module-y +++ a/drivers/block/Makefile @@ -39,4 +39,4 @@ obj-$(CONFIG_XEN_BLKDEV_FRONTEND) += xen obj-$(CONFIG_BLK_DEV_DRBD) += drbd/ obj-$(CONFIG_BLK_DEV_RBD) += rbd.o -swim_mod-objs := swim.o swim_asm.o +swim_mod-y := swim.o swim_asm.o _ Patches currently in -mm which might be from tdent48227@xxxxxxxxx are origin.patch kernel-gcov-makefile-use-proper-ccflag-flag-in-makefile.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