diff options
author | Mauro Carvalho Chehab | 2007-08-21 17:38:39 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab | 2007-10-10 03:06:17 +0200 |
commit | 9c12224a607a4b22ab86784e3394b52810b9507c (patch) | |
tree | cdb7d864084ef81343da18120c727ba7b9bc2872 /drivers/media/video/cx2341x.c | |
parent | V4L/DVB (6078): Coding style fix drivers/media/video/zr36016.c (diff) | |
download | kernel-qcow2-linux-9c12224a607a4b22ab86784e3394b52810b9507c.tar.gz kernel-qcow2-linux-9c12224a607a4b22ab86784e3394b52810b9507c.tar.xz kernel-qcow2-linux-9c12224a607a4b22ab86784e3394b52810b9507c.zip |
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/cx2341x.c')
-rw-r--r-- | drivers/media/video/cx2341x.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/cx2341x.c b/drivers/media/video/cx2341x.c index d73c86aeeaac..904bba0dbc4d 100644 --- a/drivers/media/video/cx2341x.c +++ b/drivers/media/video/cx2341x.c @@ -20,7 +20,6 @@ #include <linux/module.h> -#include <linux/moduleparam.h> #include <linux/errno.h> #include <linux/kernel.h> #include <linux/init.h> |