]> git.baikalelectronics.ru Git - kernel.git/commit
w90p910_ether: include linux/interrupt.h
authorArnd Bergmann <arnd@arndb.de>
Tue, 12 Sep 2017 12:31:48 +0000 (14:31 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 Sep 2017 03:59:19 +0000 (20:59 -0700)
commit26cf274b007570907a12375cac114725ff3a3a13
tree7af737bf37dac7efe6f56f33eb4fffa961250557
parent40865f0268cf29fa497e7112b4007a4d7d1ed02e
w90p910_ether: include linux/interrupt.h

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@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/nuvoton/w90p910_ether.c