diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2013-05-29 13:59:39 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-06-17 15:43:46 +0400 |
commit | 80f8568f47306dc4453bb6630ac607f22ca4c7b4 (patch) | |
tree | 7ab8524d9c295c13c0031b1c309e6ba0b210ea8b /drivers/media/pci/cx23885/cx23885-ioctl.h | |
parent | 4bd8193674b7d3158e76eb48bdf3a787b71b8572 (diff) | |
download | linux-80f8568f47306dc4453bb6630ac607f22ca4c7b4.tar.xz |
[media] cx23885: remove g_chip_ident
Replace g_chip_ident by g_chip_info. Note that the IR support is implemented
as a subdev, so this part no longer needs to be handled as a 'bridge' chip.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/pci/cx23885/cx23885-ioctl.h')
-rw-r--r-- | drivers/media/pci/cx23885/cx23885-ioctl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/pci/cx23885/cx23885-ioctl.h b/drivers/media/pci/cx23885/cx23885-ioctl.h index a6080964a9ee..92d9f0774366 100644 --- a/drivers/media/pci/cx23885/cx23885-ioctl.h +++ b/drivers/media/pci/cx23885/cx23885-ioctl.h @@ -24,8 +24,8 @@ #ifndef _CX23885_IOCTL_H_ #define _CX23885_IOCTL_H_ -int cx23885_g_chip_ident(struct file *file, void *fh, - struct v4l2_dbg_chip_ident *chip); +int cx23885_g_chip_info(struct file *file, void *fh, + struct v4l2_dbg_chip_info *chip); #ifdef CONFIG_VIDEO_ADV_DEBUG int cx23885_g_register(struct file *file, void *fh, |