Re: [PATCH] net: ethernet: mediatek: Explicitly include linux/interrupt.h

2017-07-24 Thread David Miller
From: Mark Brown Date: Thu, 20 Jul 2017 11:06:31 +0100 > The mediatek ethernet driver uses interrupts but does not explicitly > include linux/interrupt.h, relying on implicit includes. Fix this so we > don't get build breaks as happened for ARM in next-20170720. > > Signed-off-by: Mark Brown

[PATCH] net: ethernet: mediatek: Explicitly include linux/interrupt.h

2017-07-20 Thread Mark Brown
The mediatek ethernet driver uses interrupts but does not explicitly include linux/interrupt.h, relying on implicit includes. Fix this so we don't get build breaks as happened for ARM in next-20170720. Signed-off-by: Mark Brown --- drivers/net/ethernet/mediatek/mtk_eth_soc.c | 1 + 1 file chang