git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcdb714
)
smc91x: Add missing #inclusion of <linux/irq.h>
author
David Howells
<dhowells@redhat.com>
Thu, 7 Oct 2010 13:08:54 +0000
(14:08 +0100)
committer
David Howells
<dhowells@redhat.com>
Thu, 7 Oct 2010 13:08:54 +0000
(14:08 +0100)
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>
No differences found