From: Sylwester Nawrocki Date: Sat, 25 May 2013 10:25:55 +0000 (-0300) Subject: [media] s5p-mfc: Remove unused s5p_mfc_get_decoded_status_v6() function X-Git-Tag: v3.10-rc7~29^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=644469aefbac3c007284b43ac932ba6f1794a110;p=pandora-kernel.git [media] s5p-mfc: Remove unused s5p_mfc_get_decoded_status_v6() function This patch fixes following compilation warning: CC [M] drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.o drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c:1733:12: warning: ‘s5p_mfc_get_decoded_status_v6’ defined but not used It assigns existing but not used s5p_mfc_get_dec_status_v6() function to the get_dec_status callback. It seems the get_dec_status callback is not used anyway, as there is no corresponding s5p_mfc_hw_call(). Signed-off-by: Sylwester Nawrocki Signed-off-by: Kamil Debski Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed