Re: [PATCH] missing include in tda80xx

From: Manu Abraham
Date: Sun Aug 28 2005 - 01:57:48 EST


Al Viro wrote:

Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
----
diff -urN RC13-rc7-base/drivers/media/dvb/frontends/tda80xx.c current/drivers/media/dvb/frontends/tda80xx.c
--- RC13-rc7-base/drivers/media/dvb/frontends/tda80xx.c 2005-08-24 01:56:38.000000000 -0400
+++ current/drivers/media/dvb/frontends/tda80xx.c 2005-08-27 22:36:10.000000000 -0400
@@ -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"
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/




A suggestion, to avoid a regression, it would've been better if you had a CC to the DVB maintainer also, in case it got missed out during backporting mainline changes back to the DVB CVS tree.


Thanks,
Manu


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/