summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/em28xx/em28xx-video.c
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 /linux/drivers/media/video/em28xx/em28xx-video.c
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 'linux/drivers/media/video/em28xx/em28xx-video.c')
-rw-r--r--linux/drivers/media/video/em28xx/em28xx-video.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/video/em28xx/em28xx-video.c b/linux/drivers/media/video/em28xx/em28xx-video.c
index ed4ace009..671dc4720 100644
--- a/linux/drivers/media/video/em28xx/em28xx-video.c
+++ b/linux/drivers/media/video/em28xx/em28xx-video.c
@@ -44,7 +44,6 @@
#include <media/msp3400.h>
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)
#include "i2c-compat.h"
-#include <linux/moduleparam.h>
#endif
#define DRIVER_AUTHOR "Ludovico Cavedon <cavedon@sssup.it>, " \