summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-08-21 12:38:39 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-08-21 12:38:39 -0300
commit5a2747bcf89d0d751acab39a26a355218f153c8b (patch)
treef724252a2ae8f1e174b2ace347d1b24c7c8bbcda /v4l
parentbe2c5b087143715963b266dbe991985974ffdd00 (diff)
downloadmediapointer-dvb-s2-5a2747bcf89d0d751acab39a26a355218f153c8b.tar.gz
mediapointer-dvb-s2-5a2747bcf89d0d751acab39a26a355218f153c8b.tar.bz2
Cleanup: remove linux/moduleparam.h from drivers/media files
From: Mauro Carvalho Chehab <mchehab@infradead.org> Since at least kernel 2.6.12-rc2, module.h includes moduleparm.h. This patch removes all occurences of moduleparm.h from drivers/media files. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'v4l')
-rw-r--r--v4l/compat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/v4l/compat.h b/v4l/compat.h
index 05bada3bc..4c7ee52a0 100644
--- a/v4l/compat.h
+++ b/v4l/compat.h
@@ -14,6 +14,7 @@
#endif
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)
+# include <linux/moduleparam.h>
# include <linux/delay.h>
# define need_resched() (current->need_resched)
# define work_struct tq_struct