diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2013-04-13 10:50:18 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-04-16 22:57:27 +0200 |
commit | 18c73af6961c528fe5ce95eb510ef63582d47014 (patch) | |
tree | 828c7d0464fb3cb38e98ad06951c625432ec08e0 /drivers/media/pci/cx25821/cx25821-cards.c | |
parent | [media] cx25821: remove bogus radio/vbi/'video-ioctl' support (diff) | |
download | linux-18c73af6961c528fe5ce95eb510ef63582d47014.tar.xz linux-18c73af6961c528fe5ce95eb510ef63582d47014.zip |
[media] cx25821: remove unused fields, ioctls
Do some spring cleaning:
- there are no board defines with tuners, so remove bogus tuner support.
- tv standard handling has nothing to do with tuners, so keep that.
- replace the deprecated current_norm by g_std.
- querystd isn't implemented, so remove the ioctl.
- remove a bunch of unused fields in cx25821.h
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-cards.c')
-rw-r--r-- | drivers/media/pci/cx25821/cx25821-cards.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/pci/cx25821/cx25821-cards.c b/drivers/media/pci/cx25821/cx25821-cards.c index 99988c988095..c09ec68460e4 100644 --- a/drivers/media/pci/cx25821/cx25821-cards.c +++ b/drivers/media/pci/cx25821/cx25821-cards.c @@ -30,7 +30,6 @@ #include <media/cx25840.h> #include "cx25821.h" -#include "tuner-xc2028.h" /* board config info */ |