The patch titled au1000_eth: Fix warnings has been added to the -mm tree. Its filename is au1000_eth-fix-warnings.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: au1000_eth: Fix warnings From: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Fixed by including <linux/dma-mapping.h>: CC drivers/net/au1000_eth.o drivers/net/au1000_eth.c: In function 'au1000_probe': drivers/net/au1000_eth.c:661: warning: implicit declaration of function 'dma_alloc_noncoherent' drivers/net/au1000_eth.c:802: warning: implicit declaration of function 'dma_free_noncoherent' Signed-off-by: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Cc: Jeff Garzik <jeff@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/net/au1000_eth.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/net/au1000_eth.c~au1000_eth-fix-warnings drivers/net/au1000_eth.c --- a/drivers/net/au1000_eth.c~au1000_eth-fix-warnings +++ a/drivers/net/au1000_eth.c @@ -34,7 +34,7 @@ * * */ - +#include <linux/dma-mapping.h> #include <linux/module.h> #include <linux/kernel.h> #include <linux/string.h> _ Patches currently in -mm which might be from ralf@xxxxxxxxxxxxxx are lots-of-architectures-enable-arbitary-speed-tty-support.patch git-mips.patch tty-add-the-new-ioctls-and-definitionto-the-mips.patch au1000_eth-fix-warnings.patch update-zilog-timeout.patch zs-move-to-the-serial-subsystem.patch zs-move-to-the-serial-subsystem-update.patch zsc-drain-the-transmission-line.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