summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/nxt200x.c
diff options
context:
space:
mode:
authorTim Schmielau2005-12-01 09:51:51 +0100
committerLinus Torvalds2005-12-02 00:48:59 +0100
commit18e55eea0104927feedfe81de1adf5e46a7ad1f3 (patch)
tree362ac0084abee7b1f3934721738c9da781469417 /drivers/media/dvb/frontends/nxt200x.c
parent[PATCH] DVB: Fixed incorrect usage at the private state of the dvb-usb-devices (diff)
downloadkernel-qcow2-linux-18e55eea0104927feedfe81de1adf5e46a7ad1f3.tar.gz
kernel-qcow2-linux-18e55eea0104927feedfe81de1adf5e46a7ad1f3.tar.xz
kernel-qcow2-linux-18e55eea0104927feedfe81de1adf5e46a7ad1f3.zip
[PATCH] DVB: Include fixes for 2.6.15-rc1 for removing sched.h from module.h
Include fixes for 2.6.15-rc1 for removing sched.h from module.h. Signed-off-by: Tim Schmielau <tim@physik3.uni-rostock.de> Signed-off-by: Michael Krufky <mkrufky@m1k.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/dvb/frontends/nxt200x.c')
-rw-r--r--drivers/media/dvb/frontends/nxt200x.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/nxt200x.c b/drivers/media/dvb/frontends/nxt200x.c
index bad0933eb714..84b62881cea7 100644
--- a/drivers/media/dvb/frontends/nxt200x.c
+++ b/drivers/media/dvb/frontends/nxt200x.c
@@ -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"