The patch titled Remove gratuitous inclusion of <linux/config.h> from <linux/dmaengine.h> has been removed from the -mm tree. Its filename is remove-gratuitous-inclusion-of-linux-configh-from.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: Remove gratuitous inclusion of <linux/config.h> from <linux/dmaengine.h> From: David Woodhouse <dwmw2@xxxxxxxxxxxxx> We include config.h on the compiler command line. There's no need for it to be included again. Signed-off-by: David Woodhouse <dwmw2@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/linux/dmaengine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/dmaengine.h~remove-gratuitous-inclusion-of-linux-configh-from include/linux/dmaengine.h --- a/include/linux/dmaengine.h~remove-gratuitous-inclusion-of-linux-configh-from +++ a/include/linux/dmaengine.h @@ -20,7 +20,7 @@ */ #ifndef DMAENGINE_H #define DMAENGINE_H -#include <linux/config.h> + #ifdef CONFIG_DMA_ENGINE #include <linux/device.h> _ Patches currently in -mm which might be from dwmw2@xxxxxxxxxxxxx are origin.patch git-gfs2.patch git-hdrcleanup-vs-git-klibc-on-ia64.patch git-hdrcleanup-vs-git-klibc-on-ia64-2.patch git-hdrinstall2.patch debug-shared-irqs.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