aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/tda80xx.c
diff options
context:
space:
mode:
authorJohannes Stezenbach <js@linuxtv.org>2005-05-16 21:54:38 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-05-17 07:59:32 -0700
commit0b3f5a57bf110b519b706365c86ada199075f34e (patch)
treeaaf3a3f19d4f122331180d2127764387d7a59dc9 /drivers/media/dvb/frontends/tda80xx.c
parent[PATCH] dvb: make needlessly global code static or drop it (diff)
downloadlinux-dev-0b3f5a57bf110b519b706365c86ada199075f34e.tar.xz
linux-dev-0b3f5a57bf110b519b706365c86ada199075f34e.zip
[PATCH] dvb: frontends: misc. minor cleanups
misc. minor cleanups, select FW_LOADER and add a help text to DVB_OR51132 Signed-off-by: Johannes Stezenbach <js@linuxtv.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to '')
-rw-r--r--drivers/media/dvb/frontends/tda80xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/tda80xx.c b/drivers/media/dvb/frontends/tda80xx.c
index 00c145521f4f..032d348dafb7 100644
--- a/drivers/media/dvb/frontends/tda80xx.c
+++ b/drivers/media/dvb/frontends/tda80xx.c
@@ -27,7 +27,7 @@
#include <linux/spinlock.h>
#include <linux/threads.h>
#include <linux/interrupt.h>
-#include <asm/irq.h>
+#include <linux/irq.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/slab.h>