diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-08-21 12:38:39 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-09 22:06:17 -0300 |
commit | 9c12224a607a4b22ab86784e3394b52810b9507c (patch) | |
tree | cdb7d864084ef81343da18120c727ba7b9bc2872 /drivers/media/video/w9968cf.c | |
parent | f518b43c452fb2dbe98ee211abfc63cf421927ab (diff) | |
download | linux-9c12224a607a4b22ab86784e3394b52810b9507c.tar.bz2 |
V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media files
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 'drivers/media/video/w9968cf.c')
-rw-r--r-- | drivers/media/video/w9968cf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/w9968cf.c b/drivers/media/video/w9968cf.c index 8f31613b9903..77599f228b61 100644 --- a/drivers/media/video/w9968cf.c +++ b/drivers/media/video/w9968cf.c @@ -42,7 +42,6 @@ #include <asm/page.h> #include <asm/uaccess.h> #include <linux/page-flags.h> -#include <linux/moduleparam.h> #include "w9968cf.h" #include "w9968cf_decoder.h" |