diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2013-05-29 06:59:36 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-06-17 08:41:17 -0300 |
commit | 076c3454d645ac937bfc293235e3a31e31794114 (patch) | |
tree | 5ef960b5ffc9618bb48a0700278f6c0b521b5802 /drivers/media/pci/cx18/cx18-av-core.h | |
parent | abca2056dc3dd0d813ba2f8b013e98cf009ba168 (diff) |
[media] cx18: remove g_chip_ident support
The av-core is really a subdev, so there is no need anymore to act as if it
is a 'second' bridge chip.
As a result of this the g_chip_ident implementation can be completely dropped.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/pci/cx18/cx18-av-core.h')
-rw-r--r-- | drivers/media/pci/cx18/cx18-av-core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/pci/cx18/cx18-av-core.h b/drivers/media/pci/cx18/cx18-av-core.h index e9c69d9c9e4a..4c559e86e340 100644 --- a/drivers/media/pci/cx18/cx18-av-core.h +++ b/drivers/media/pci/cx18/cx18-av-core.h @@ -104,7 +104,6 @@ struct cx18_av_state { enum cx18_av_audio_input aud_input; u32 audclk_freq; int audmode; - u32 id; u32 rev; int is_initialized; |