From: Hans Verkuil Date: Fri, 19 Jun 2009 14:32:56 +0000 (-0300) Subject: V4L/DVB (12541): v4l: remove video_register_device_index X-Git-Tag: v2.6.32-rc1~618^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ae0cd9bc793e16d8d68df3c17c601732cc1d3c7;p=pandora-kernel.git V4L/DVB (12541): v4l: remove video_register_device_index video_register_device_index is never actually called, instead the stream index number is always calculated automatically. This patch removes this function and simplifies the internal get_index function since that can now always just return the first free index. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed