commit | 5cf6f7f327c95f09be859889be39e78950516556 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hans.verkuil@cisco.com> | Tue Feb 17 05:44:09 2015 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Mon Mar 02 17:06:56 2015 -0300 |
tree | 7308dafe50537d745033eca646660e530d7cb736 | |
parent | 06e5cc3d0d70a278baa7b9e1f466cd94b4a4285b [diff] |
[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>