diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-08-21 12:38:39 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-08-21 12:38:39 -0300 |
commit | 5a2747bcf89d0d751acab39a26a355218f153c8b (patch) | |
tree | f724252a2ae8f1e174b2ace347d1b24c7c8bbcda /linux/drivers/media/video/cx88/cx88-core.c | |
parent | be2c5b087143715963b266dbe991985974ffdd00 (diff) | |
download | mediapointer-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 'linux/drivers/media/video/cx88/cx88-core.c')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-core.c b/linux/drivers/media/video/cx88/cx88-core.c index 6cf7f2f94..35fd59a11 100644 --- a/linux/drivers/media/video/cx88/cx88-core.c +++ b/linux/drivers/media/video/cx88/cx88-core.c @@ -28,7 +28,6 @@ #include <linux/init.h> #include <linux/list.h> #include <linux/module.h> -#include <linux/moduleparam.h> #include <linux/kernel.h> #include <linux/slab.h> #include <linux/kmod.h> |