commit | 476c32c47a84fcf8033b93c588761405fefb3980 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Thu Oct 07 14:08:54 2010 +0100 |
committer | David Howells <dhowells@redhat.com> | Thu Oct 07 14:08:54 2010 +0100 |
tree | 94549c6ae4130953d5111c09f5118da69fd18a2e | |
parent | bcdb714c8856c76383ca455294f0074168705eab [diff] |
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>