commit | 53aaf07637baae8f53c33b803bbc96047d8da1c4 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hverkuil@xs4all.nl> | Sun Mar 28 07:54:29 2010 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Wed May 19 12:57:50 2010 -0300 |
tree | e620ce3c28dae607e34a2b6bea0e4c0edc3cff4e | |
parent | 33435167e6dc9e23a97a494cec6b8ca47f8ded75 [diff] |
V4L/DVB: v4l videobuf: remove mmap_free callback Remove the mmap_free callback from struct videobuf_qtype_ops. All implementations of this callback do the same trivial check: return -EBUSY if any buffer is mmapped. That can also be tested in the videobuf core. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>