OSDN Git Service

[media] v4l2-core: remove the old .ioctl BKL replacement
authorHans Verkuil <hans.verkuil@cisco.com>
Tue, 17 Feb 2015 08:44:09 +0000 (05:44 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Mon, 2 Mar 2015 20:06:56 +0000 (17:06 -0300)
commit5cf6f7f327c95f09be859889be39e78950516556
tree7308dafe50537d745033eca646660e530d7cb736
parent06e5cc3d0d70a278baa7b9e1f466cd94b4a4285b
[media] v4l2-core: remove the old .ioctl BKL replacement

To keep V4L2 drivers that did not yet convert to unlocked_ioctl happy,
the v4l2 core had a .ioctl file operation that took a V4L2 lock.

The last drivers are now converted to unlocked_ioctl, so all this
old code can now be removed.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/v4l2-core/v4l2-dev.c
drivers/media/v4l2-core/v4l2-device.c
include/media/v4l2-dev.h
include/media/v4l2-device.h