The patch titled drivers/dma/ioat: use the ccflag-y instead of EXTRA_CFLAGS has been removed from the -mm tree. Its filename was drivers-dma-ioat-use-the-ccflag-y-instead-of-extra_cflags.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/dma/ioat: use the ccflag-y instead of EXTRA_CFLAGS From: Tracey Dent <tdent48227@xxxxxxxxx> Change Makefile to use <modules>-y instead of <modules>-objs. Following (documentation/kbuild/makefiles.txt). Signed-off-by: Tracey Dent <tdent48227@xxxxxxxxx> Cc: Dan Williams <dan.j.williams@xxxxxxxxx> Cc: Linus Walleij <linus.walleij@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/dma/ioat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/dma/ioat/Makefile~drivers-dma-ioat-use-the-ccflag-y-instead-of-extra_cflags drivers/dma/ioat/Makefile --- a/drivers/dma/ioat/Makefile~drivers-dma-ioat-use-the-ccflag-y-instead-of-extra_cflags +++ a/drivers/dma/ioat/Makefile @@ -1,2 +1,2 @@ obj-$(CONFIG_INTEL_IOATDMA) += ioatdma.o -ioatdma-objs := pci.o dma.o dma_v2.o dma_v3.o dca.o +ioatdma-y := pci.o dma.o dma_v2.o dma_v3.o dca.o _ Patches currently in -mm which might be from tdent48227@xxxxxxxxx are linux-next.patch drivers-block-makefile-replace-the-use-of-module-objs-with-module-y.patch drivers-block-aoe-makefile-replace-the-use-of-module-objs-with-module-y.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