OSDN Git Service

wiznet: Add missing #include <linux/irq.h>
authorGeert Uytterhoeven <geert@linux-m68k.org>
Thu, 12 Apr 2012 09:19:23 +0000 (09:19 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 Apr 2012 19:45:29 +0000 (15:45 -0400)
commit64d176fce1a28c7cef2f239936b760ed61c59586
tree64ca26dbe0e8a3d4b853aa4175c6280a22b742ea
parent376b16f409232385db0f80faa0711b03fe404616
wiznet: Add missing #include <linux/irq.h>

m68k/allmodconfig:

drivers/net/ethernet/wiznet/w5100.c: In function ‘w5100_hw_probe’:
drivers/net/ethernet/wiznet/w5100.c:680: error: ‘IRQ_TYPE_LEVEL_LOW’ undeclared (first use in this function)
drivers/net/ethernet/wiznet/w5300.c: In function ‘w5300_hw_probe’:
drivers/net/ethernet/wiznet/w5300.c:594: error: ‘IRQ_TYPE_LEVEL_LOW’ undeclared (first use in this function)

Include <linux/irq.h>, which provides the declaration for IRQ_TYPE_LEVEL_LOW.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/wiznet/w5100.c
drivers/net/ethernet/wiznet/w5300.c