diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-08-21 11:38:39 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-09 21:06:17 -0400 |
commit | 9c12224a607a4b22ab86784e3394b52810b9507c (patch) | |
tree | cdb7d864084ef81343da18120c727ba7b9bc2872 /drivers/media/common | |
parent | f518b43c452fb2dbe98ee211abfc63cf421927ab (diff) |
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/common')
-rw-r--r-- | drivers/media/common/ir-functions.c | 1 | ||||
-rw-r--r-- | drivers/media/common/ir-keymaps.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/common/ir-functions.c b/drivers/media/common/ir-functions.c index a3292e955aaa..e7c3ab951a44 100644 --- a/drivers/media/common/ir-functions.c +++ b/drivers/media/common/ir-functions.c | |||
@@ -21,7 +21,6 @@ | |||
21 | */ | 21 | */ |
22 | 22 | ||
23 | #include <linux/module.h> | 23 | #include <linux/module.h> |
24 | #include <linux/moduleparam.h> | ||
25 | #include <linux/string.h> | 24 | #include <linux/string.h> |
26 | #include <linux/jiffies.h> | 25 | #include <linux/jiffies.h> |
27 | #include <media/ir-common.h> | 26 | #include <media/ir-common.h> |
diff --git a/drivers/media/common/ir-keymaps.c b/drivers/media/common/ir-keymaps.c index cbd1184b5219..137f68bee39f 100644 --- a/drivers/media/common/ir-keymaps.c +++ b/drivers/media/common/ir-keymaps.c | |||
@@ -20,7 +20,6 @@ | |||
20 | 20 | ||
21 | */ | 21 | */ |
22 | #include <linux/module.h> | 22 | #include <linux/module.h> |
23 | #include <linux/moduleparam.h> | ||
24 | 23 | ||
25 | #include <linux/input.h> | 24 | #include <linux/input.h> |
26 | #include <media/ir-common.h> | 25 | #include <media/ir-common.h> |