Re: [PATCH] w90p910_ether: include linux/interrupt.h

From: David Miller
Date: Tue Sep 12 2017 - 23:59:52 EST


From: Arnd Bergmann <arnd@xxxxxxxx>
Date: Tue, 12 Sep 2017 14:31:48 +0200

> A randconfig build caused a compile failure:
>
> drivers/net/ethernet/nuvoton/w90p910_ether.c: In function 'w90p910_ether_close':
> drivers/net/ethernet/nuvoton/w90p910_ether.c:580:2: error: implicit declaration of function 'free_irq'; did you mean 'free_uid'? [-Werror=implicit-function-declaration]
>
> Adding the correct include fixes the problem.
>
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>

Applied.