From: Hans Verkuil Date: Tue, 17 Feb 2015 08:44:09 +0000 (-0300) Subject: [media] v4l2-core: remove the old .ioctl BKL replacement X-Git-Tag: omap-for-v4.1/fixes-rc1~72^2~1^2~324 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cf6f7f327c95f09be859889be39e78950516556;p=pandora-kernel.git [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 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed