2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-27 22:53:55 +08:00
linux-next/drivers/media/platform/s5p-mfc
Sylwester Nawrocki 644469aefb [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>
2013-06-03 15:52:11 -03:00
..
Makefile [media] s5p-mfc: Update MFC v4l2 driver to support MFC6.x 2012-10-05 23:08:31 -03:00
regs-mfc-v6.h [media] s5p-mfc: MFCv6 register definitions 2012-10-05 22:58:00 -03:00
regs-mfc.h [media] s5p-mfc: Update MFC v4l2 driver to support MFC6.x 2012-10-05 23:08:31 -03:00
s5p_mfc_cmd_v5.c [media] s5p-mfc: Staticize some symbols in s5p_mfc_cmd_v5.c 2013-03-18 17:24:11 -03:00
s5p_mfc_cmd_v5.h [media] s5p-mfc: Update MFCv5 driver for callback based architecture 2012-10-05 22:53:37 -03:00
s5p_mfc_cmd_v6.c [media] s5p-mfc: Staticize some symbols in s5p_mfc_cmd_v6.c 2013-03-18 17:23:47 -03:00
s5p_mfc_cmd_v6.h [media] s5p-mfc: Update MFC v4l2 driver to support MFC6.x 2012-10-05 23:08:31 -03:00
s5p_mfc_cmd.c [media] s5p-mfc: Update MFC v4l2 driver to support MFC6.x 2012-10-05 23:08:31 -03:00
s5p_mfc_cmd.h [media] s5p-mfc: Update MFCv5 driver for callback based architecture 2012-10-05 22:53:37 -03:00
s5p_mfc_common.h [media] s5p-mfc: Update v6 encoder buffer alloc 2013-06-03 15:17:07 -03:00
s5p_mfc_ctrl.c [media] s5p-mfc: Fix a watchdog bug 2013-02-05 17:27:19 -02:00
s5p_mfc_ctrl.h [media] s5p-mfc: Move firmware allocation point to avoid allocation problems 2013-01-06 09:57:57 -02:00
s5p_mfc_debug.h [media] rename drivers/media/video as .../platform 2012-08-15 16:43:09 -03:00
s5p_mfc_dec.c [media] s5p-mfc: Update v6 encoder buffer alloc 2013-06-03 15:17:07 -03:00
s5p_mfc_dec.h [media] s5p-mfc: Update MFCv5 driver for callback based architecture 2012-10-05 22:53:37 -03:00
s5p_mfc_enc.c [media] s5p-mfc: Update v6 encoder buffer alloc 2013-06-03 15:17:07 -03:00
s5p_mfc_enc.h [media] s5p-mfc: Update MFCv5 driver for callback based architecture 2012-10-05 22:53:37 -03:00
s5p_mfc_intr.c [media] s5p-mfc: Update MFCv5 driver for callback based architecture 2012-10-05 22:53:37 -03:00
s5p_mfc_intr.h [media] rename drivers/media/video as .../platform 2012-08-15 16:43:09 -03:00
s5p_mfc_opr_v5.c [media] s5p-mfc: Add support for EOS command and EOS event in video decoder 2013-04-12 12:38:56 -03:00
s5p_mfc_opr_v5.h [media] s5p-mfc: Update MFCv5 driver for callback based architecture 2012-10-05 22:53:37 -03:00
s5p_mfc_opr_v6.c [media] s5p-mfc: Remove unused s5p_mfc_get_decoded_status_v6() function 2013-06-03 15:52:11 -03:00
s5p_mfc_opr_v6.h [media] s5p-mfc: Update MFC v4l2 driver to support MFC6.x 2012-10-05 23:08:31 -03:00
s5p_mfc_opr.c [media] s5p-mfc: Use NULL instead of 0 for pointer 2013-02-05 17:29:14 -02:00
s5p_mfc_opr.h [media] s5p-mfc: Change internal buffer allocation from vb2 ops to dma_alloc_coherent 2013-01-06 09:59:02 -02:00
s5p_mfc_pm.c [media] s5p-mfc: Fix a typo in error message in s5p_mfc_pm.c 2013-01-06 09:56:16 -02:00
s5p_mfc_pm.h [media] rename drivers/media/video as .../platform 2012-08-15 16:43:09 -03:00
s5p_mfc.c [media] s5p-mfc: Update v6 encoder buffer alloc 2013-06-03 15:17:07 -03:00