From: Mauro Carvalho Chehab Date: Tue, 20 Dec 2011 18:31:54 +0000 (-0300) Subject: [media] Rename set_frontend fops to set_frontend_legacy X-Git-Tag: v3.3-rc1~48^2~308 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc9cd2736b34619b58961d506210fe0e6dfaa27d;p=pandora-kernel.git [media] Rename set_frontend fops to set_frontend_legacy Passing DVBv3 parameters to set_frontend is not fun, as the core doesn't have any way to know if the driver is using the v3 or v5 parameters. So, rename the callback and add a new one to allow distinguish between a mixed v3/v5 paramenter call from a pure v5 call. After having all frontends to use the new way, the legacy call can be removed. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed