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 <[email protected]>
---
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 <[email protected]>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]