diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2013-04-14 18:53:35 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-04-17 01:05:22 +0400 |
commit | be178cb4f41f70e29108ce4eb5a8a77a62f1922f (patch) | |
tree | 57bdcd58cb2352149f73383ddc487d76d9c615e8 /drivers/media/pci/cx25821/cx25821.h | |
parent | b6f8727e9f4cff765de2b24e82c1b2cfc1a74a86 (diff) | |
download | linux-be178cb4f41f70e29108ce4eb5a8a77a62f1922f.tar.xz |
[media] cx25821: use core locking
This allows us to replace .ioctl with .unlocked_ioctl.
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.h')
-rw-r--r-- | drivers/media/pci/cx25821/cx25821.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/pci/cx25821/cx25821.h b/drivers/media/pci/cx25821/cx25821.h index 95dbf70d8667..ad56232154e6 100644 --- a/drivers/media/pci/cx25821/cx25821.h +++ b/drivers/media/pci/cx25821/cx25821.h @@ -222,7 +222,6 @@ struct cx25821_channel { const struct sram_channel *sram_channels; - struct mutex lock; int resources; int pixel_formats; |