diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-08-08 20:48:07 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-09-26 16:53:36 +0200 |
commit | b23056ef373c27a3bd089b40f45f4bc74674e71c (patch) | |
tree | bff1e28bfead771094b63240e120a5bb6708e3b3 /drivers/media/video/saa5249.c | |
parent | V4L/DVB (4417): Add support for PAL-Nc in cx24850. (diff) | |
download | linux-b23056ef373c27a3bd089b40f45f4bc74674e71c.tar.xz linux-b23056ef373c27a3bd089b40f45f4bc74674e71c.zip |
V4L/DVB (4421): V4L2 Conversion: saa5246a, saa5249, vino, hexium_orion, hexium_gemini
Just a few adjustments were required on those drivers to be V4L2 compliant.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/saa5249.c')
-rw-r--r-- | drivers/media/video/saa5249.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/saa5249.c b/drivers/media/video/saa5249.c index 19a8d65699f8..bb3fb4387f65 100644 --- a/drivers/media/video/saa5249.c +++ b/drivers/media/video/saa5249.c @@ -713,7 +713,6 @@ static struct video_device saa_template = .owner = THIS_MODULE, .name = IF_NAME, .type = VID_TYPE_TELETEXT, /*| VID_TYPE_TUNER ?? */ - .hardware = VID_HARDWARE_SAA5249, .fops = &saa_fops, }; |