commit | 854426ef359c52bdf7087bc20c8d9105d075ca29 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Tue Sep 12 14:31:48 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 12 20:59:19 2017 -0700 |
tree | 7af737bf37dac7efe6f56f33eb4fffa961250557 | |
parent | f13ad104b4e886a03e75f130daf579ef9bf33dfc [diff] |
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>