The patch titled smc911x: fix netpoll compilation faliure has been removed from the -mm tree. Its filename was smc911x-fix-netpoll-compilation-faliure.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: smc911x: fix netpoll compilation faliure From: Vitaly Wool <vitalywool@xxxxxxxxx> Fix the compilation failure for smc911x.c when NET_POLL_CONTROLLER is set. Signed-off-by: Vitaly Wool <vitalywool@xxxxxxxxx> Cc: Jeff Garzik <jeff@xxxxxxxxxx> Cc: <stable@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/net/smc911x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/net/smc911x.c~smc911x-fix-netpoll-compilation-faliure drivers/net/smc911x.c --- a/drivers/net/smc911x.c~smc911x-fix-netpoll-compilation-faliure +++ a/drivers/net/smc911x.c @@ -1331,7 +1331,7 @@ smc911x_rx_dma_irq(int dma, void *data) static void smc911x_poll_controller(struct net_device *dev) { disable_irq(dev->irq); - smc911x_interrupt(dev->irq, dev, NULL); + smc911x_interrupt(dev->irq, dev); enable_irq(dev->irq); } #endif _ Patches currently in -mm which might be from vitalywool@xxxxxxxxx are origin.patch fix-pnx8550-serial-breakage.patch pnx8550-uart-driver.patch pnx8550-uart-driver-fixes.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