tree f846a17f35704bfeb75a84aa4081c446406c5e32 parent 12cf649f417c68b6bdd2a3b4ed97113159c6029e author Eddie C. Dost <[EMAIL PROTECTED]> Thu, 07 Jul 2005 05:41:17 -0700 committer David S. Miller <[EMAIL PROTECTED]> Thu, 07 Jul 2005 05:41:17 -0700
[DVB]: Do not include <linux/irq.h> from drivers. Signed-off-by: David S. Miller <[EMAIL PROTECTED]> drivers/media/dvb/frontends/tda80xx.c | 1 - 1 files changed, 1 deletion(-) diff --git a/drivers/media/dvb/frontends/tda80xx.c b/drivers/media/dvb/frontends/tda80xx.c --- a/drivers/media/dvb/frontends/tda80xx.c +++ b/drivers/media/dvb/frontends/tda80xx.c @@ -27,7 +27,6 @@ #include <linux/spinlock.h> #include <linux/threads.h> #include <linux/interrupt.h> -#include <linux/irq.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/slab.h> - To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
