V4L/DVB (11242): allow v4l2 drivers to provide a get_unmapped_area handler
authorDaniel Glöckner <dg@emlix.com>
Thu, 26 Mar 2009 14:31:08 +0000 (11:31 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 30 Mar 2009 15:43:43 +0000 (12:43 -0300)
Shared memory mappings on nommu machines require a get_unmapped_area
file operation that suggests an address for the mapping. This patch
adds a way for v4l2 drivers to provide this callback.

Signed-off-by: Daniel Glöckner <dg@emlix.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

No differences found