summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/cx25821/cx25821-i2c.c
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2013-04-13 13:01:31 +0200
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-04-16 23:03:27 +0200
commit89c21389f2a48afb2fb24fdf74433950cb9b19a2 (patch)
tree8040807314c865a8ff810103a281be5a96d20faa /drivers/media/pci/cx25821/cx25821-i2c.c
parent[media] cx25821: remove cropping ioctls (diff)
downloadlinux-89c21389f2a48afb2fb24fdf74433950cb9b19a2.tar.xz
linux-89c21389f2a48afb2fb24fdf74433950cb9b19a2.zip
[media] cx25821: remove bogus dependencies
This driver doesn't use DVB, RC, cx25840 or tveeprom. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/pci/cx25821/cx25821-i2c.c')
-rw-r--r--drivers/media/pci/cx25821/cx25821-i2c.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/pci/cx25821/cx25821-i2c.c b/drivers/media/pci/cx25821/cx25821-i2c.c
index a8dc945bbe17..dca37c7dba73 100644
--- a/drivers/media/pci/cx25821/cx25821-i2c.c
+++ b/drivers/media/pci/cx25821/cx25821-i2c.c
@@ -23,8 +23,9 @@
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-#include "cx25821.h"
+#include <linux/module.h>
#include <linux/i2c.h>
+#include "cx25821.h"
static unsigned int i2c_debug;
module_param(i2c_debug, int, 0644);