The patch titled ] netdev: i82596 Ethernet needs <asm/cacheflush.h> has been removed from the -mm tree. Its filename was netdev-i82596-ethernet-needs-asm-cacheflushh.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: ] netdev: i82596 Ethernet needs <asm/cacheflush.h> From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> netdev: i82596 Ethernet needs <asm/cacheflush.h> on m68k drivers/net/82596.c: In function 'init_rx_bufs': drivers/net/82596.c:552: error: implicit declaration of function 'cache_clear' drivers/net/82596.c: In function 'i596_start_xmit': drivers/net/82596.c:1104: error: implicit declaration of function 'cache_push' The driver still compiles on ia32 (CONFIG_APRICOT=y) Signed-off-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> Cc: Jeff Garzik <jeff@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/net/82596.c | 1 + 1 files changed, 1 insertion(+) diff -puN drivers/net/82596.c~netdev-i82596-ethernet-needs-asm-cacheflushh drivers/net/82596.c --- a/drivers/net/82596.c~netdev-i82596-ethernet-needs-asm-cacheflushh +++ a/drivers/net/82596.c @@ -57,6 +57,7 @@ #include <asm/io.h> #include <asm/dma.h> #include <asm/pgtable.h> +#include <asm/cacheflush.h> static char version[] __initdata = "82596.c $Revision: 1.5 $\n"; _ Patches currently in -mm which might be from geert@xxxxxxxxxxxxxx are m68k-mac-make-mac_hid_mouse_emulate_buttons.patch git-netdev-all.patch during-vm-oom-condition-kill-all-threads-in-process-group.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