Re: [PATCH] fix missing includes for 2.6.15-rc1

From: Michael Krufky
Date: Sun Nov 13 2005 - 09:54:10 EST


Tim Schmielau wrote:

Include fixes for 2.6.15-rc1 for removing sched.h from module.h.
Compile tested on alpha, arm, ia64, mips, powerpc, ppc64, and x86_64.

Signed-off-by: Tim Schmielau <tim@xxxxxxxxxxxxxxxxxxxxxx>
---
Andrew:
This one is incremental on top of fix-missing-includes-for-2.6.14-git11.patch



[snip]

diff -urp linux-2.6.15-rc1-sr0/drivers/media/dvb/frontends/nxt200x.c linux-2.6.15-rc1-sr2/drivers/media/dvb/frontends/nxt200x.c
--- linux-2.6.15-rc1-sr0/drivers/media/dvb/frontends/nxt200x.c 2005-11-13 10:19:44.000000000 +0100
+++ linux-2.6.15-rc1-sr2/drivers/media/dvb/frontends/nxt200x.c 2005-11-13 10:21:36.000000000 +0100
@@ -44,6 +44,8 @@
#include <linux/init.h>
#include <linux/module.h>
#include <linux/moduleparam.h>
+#include <linux/slab.h>
+#include <linux/string.h>

#include "dvb_frontend.h"
#include "dvb-pll.h"


This portion of the patch has been applied to dvb-kernel cvs.

Acked-by: Michael Krufky <mkrufky@xxxxxxx>
-
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/