Commit 5310026c authored by Alexander Viro's avatar Alexander Viro Committed by Linus Torvalds

[PATCH] wrong include in tda80xx.c

should include asm/irq.h, not linux/irq.h (the latter should be moved to
asm-generic, IMO - we are getting *way* too many bugs of that sort).  As
it is, tda80xx breaks on some platforms (at least on ARM).
Signed-off-by: default avatarAl Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 0c82d539
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include <linux/spinlock.h> #include <linux/spinlock.h>
#include <linux/threads.h> #include <linux/threads.h>
#include <linux/interrupt.h> #include <linux/interrupt.h>
#include <linux/irq.h> #include <asm/irq.h>
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/slab.h> #include <linux/slab.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment