diff options
author | Al Viro <viro@parcelfarce.linux.theplanet.co.uk> | 2005-08-28 03:47:50 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-08-29 10:42:39 -0700 |
commit | 03ecc6749ab2bfe7baf84b3e0e35018884758fa3 (patch) | |
tree | 3749acb2626a4a2392f6ece246cd42620c875fa8 /drivers | |
parent | 9e2d3cd34a159948dc753a14573e16bffc04dba8 (diff) | |
download | op-kernel-dev-03ecc6749ab2bfe7baf84b3e0e35018884758fa3.zip op-kernel-dev-03ecc6749ab2bfe7baf84b3e0e35018884758fa3.tar.gz |
[PATCH] missing include in tda80xx
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/dvb/frontends/tda80xx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/tda80xx.c b/drivers/media/dvb/frontends/tda80xx.c index 88e1250..d1cabb6 100644 --- a/drivers/media/dvb/frontends/tda80xx.c +++ b/drivers/media/dvb/frontends/tda80xx.c @@ -30,6 +30,7 @@ #include <linux/kernel.h> #include <linux/module.h> #include <linux/slab.h> +#include <asm/irq.h> #include <asm/div64.h> #include "dvb_frontend.h" |