OSDN Git Service

[media] s5p-mfc: Remove unused s5p_mfc_get_decoded_status_v6() function
authorSylwester Nawrocki <sylvester.nawrocki@gmail.com>
Sat, 25 May 2013 10:25:55 +0000 (07:25 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 3 Jun 2013 18:52:11 +0000 (15:52 -0300)
commit644469aefbac3c007284b43ac932ba6f1794a110
tree8d9a2dbe6c02a241117a7d7d8dfea498805ec6e8
parentb730627ad65f023dd9ce83047a3076330ebaefe5
[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 <sylvester.nawrocki@gmail.com>
Signed-off-by: Kamil Debski <k.debski@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c