smc91x: Add missing #inclusion of <linux/irq.h>
authorDavid Howells <dhowells@redhat.com>
Thu, 7 Oct 2010 13:08:54 +0000 (14:08 +0100)
committerDavid Howells <dhowells@redhat.com>
Thu, 7 Oct 2010 13:08:54 +0000 (14:08 +0100)
commit476c32c47a84fcf8033b93c588761405fefb3980
tree94549c6ae4130953d5111c09f5118da69fd18a2e
parentbcdb714c8856c76383ca455294f0074168705eab
smc91x: Add missing #inclusion of <linux/irq.h>

Add missing #inclusion of <linux/irq.h>.  Without it, the following error can
occur with the irqflags fixup patches applied:

drivers/net/smc91x.c: In function 'smc_probe':
drivers/net/smc91x.c:1987:2: error: implicit declaration of function 'irq_canonicalize'

Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Nicolas Pitre <nico@fluxnic.net>
drivers/net/smc91x.c