v4l: Convert v4l2-dev to unlocked_ioctl
authorArnd Bergmann <arnd@arndb.de>
Sat, 3 Jul 2010 22:15:09 +0000 (00:15 +0200)
committerFrederic Weisbecker <fweisbec@gmail.com>
Sun, 8 Aug 2010 22:10:31 +0000 (00:10 +0200)
commit86a5ef7d777cdd61dfe82379d559dbea069aea3d
tree01ca36cff0a6d983ec383ba2c596d84389a30421
parent29f367bfbf5a8de46cb7320647e44f20d18cff44
v4l: Convert v4l2-dev to unlocked_ioctl

v4l2 implements two separate file operations for drivers that
use locked and unlocked ioctl callbacks. Since we want to remove
the ioctl file operation in favor of the unlocked variant, this
separation no longer seems helpful.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Acked-by: Hans Verkuil <hverkuil@xs4all.nl>
Cc: John Kacur <jkacur@redhat.com>
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
drivers/media/video/v4l2-dev.c