summaryrefslogtreecommitdiff
path: root/drivers/media/usb/em28xx/em28xx-vbi.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <m.chehab@samsung.com>2013-12-22 13:27:02 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-01-07 05:09:26 -0200
commit01c2819330b1e0ec6b53dcfac76ad75ff2c8ba4f (patch)
treeeb38919c378681f5e8da6e3271f3d33008a6855b /drivers/media/usb/em28xx/em28xx-vbi.c
parent1f0ee65a3b6a3c78c4f6b10f8df5700a44ed3c36 (diff)
downloadlinux-01c2819330b1e0ec6b53dcfac76ad75ff2c8ba4f.tar.gz
linux-01c2819330b1e0ec6b53dcfac76ad75ff2c8ba4f.tar.xz
[media] em28xx: make em28xx-video to be a separate module
Now that all analog-specific code are at em28xx-video, convert it into an em28xx extension and load it as a separate module. Reviewed-by: Frank Schäfer <fschaefer.oss@googlemail.com> Tested-by: Frank Schäfer <fschaefer.oss@googlemail.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/usb/em28xx/em28xx-vbi.c')
-rw-r--r--drivers/media/usb/em28xx/em28xx-vbi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/usb/em28xx/em28xx-vbi.c b/drivers/media/usb/em28xx/em28xx-vbi.c
index 39f39c527c13..db3d655600df 100644
--- a/drivers/media/usb/em28xx/em28xx-vbi.c
+++ b/drivers/media/usb/em28xx/em28xx-vbi.c
@@ -27,6 +27,7 @@
#include <linux/init.h>
#include "em28xx.h"
+#include "em28xx-v4l.h"
static unsigned int vbibufs = 5;
module_param(vbibufs, int, 0644);