The patch titled Remove gratuitous inclusion of <linux/config.h> from <linux/dmaengine.h> has been added to the -mm tree. Its filename is remove-gratuitous-inclusion-of-linux-configh-from.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ 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 add-page_mkwrite-vm_operations-method.patch add-page_mkwrite-vm_operations-method-fix.patch drivers-char-applicomc-proper-module_initexit.patch r3964-fix-gfp_kernel-allocations-in-timer-function.patch fs-sys_poll-with-timeout-1-bug-fix.patch remove-gratuitous-inclusion-of-linux-configh-from.patch use-list_add_tail-instead-of-list_add.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