From: Laurent Pinchart Date: Thu, 10 Dec 2009 13:44:04 +0000 (-0200) Subject: V4L/DVB (13554a): v4l: Use the video_drvdata function in drivers X-Git-Tag: v2.6.33-rc1~70^2~105 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63b0d5ad20365edf8baf96cdbb8e7faf62501286;p=pandora-kernel.git V4L/DVB (13554a): v4l: Use the video_drvdata function in drivers Fix all device drivers to use the video_drvdata function instead of maintaining a local list of minor to private data mappings. Call video_set_drvdata to register the driver private pointer when not already done. Where applicable, the local list of mappings is completely removed when it becomes unused. [mchehab.redhat.com: removed tm6000 changes as tm6000 is not ready yet for submission even on staging] Signed-off-by: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed