summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.h
diff options
context:
space:
mode:
authorMarek Szyprowski2017-02-20 14:38:50 +0100
committerMauro Carvalho Chehab2017-04-05 20:45:43 +0200
commit9f05df83fad2b6a0c3027a093ac00f1232bdf9df (patch)
tree7880aff429e55983e6199a4dd5aefa402ab95918 /drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.h
parent[media] s5p-mfc: Fix race between interrupt routine and device functions (diff)
downloadkernel-qcow2-linux-9f05df83fad2b6a0c3027a093ac00f1232bdf9df.tar.gz
kernel-qcow2-linux-9f05df83fad2b6a0c3027a093ac00f1232bdf9df.tar.xz
kernel-qcow2-linux-9f05df83fad2b6a0c3027a093ac00f1232bdf9df.zip
[media] s5p-mfc: Remove unused structures and dead code
Remove unused structures, definitions and functions that are no longer called from the driver code. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com> Tested-by: Javier Martinez Canillas <javier@osg.samsung.com> Acked-by: Andrzej Hajda <a.hajda@samsung.com> Tested-by: Smitha T Murthy <smitha.t@samsung.com> Reviewed-by: Smitha T Murthy <smitha.t@samsung.com> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.h')
-rw-r--r--drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.h b/drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.h
index 8e5df041edf7..45c807bf19cc 100644
--- a/drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.h
+++ b/drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.h
@@ -18,7 +18,6 @@
int s5p_mfc_release_firmware(struct s5p_mfc_dev *dev);
int s5p_mfc_alloc_firmware(struct s5p_mfc_dev *dev);
int s5p_mfc_load_firmware(struct s5p_mfc_dev *dev);
-int s5p_mfc_reload_firmware(struct s5p_mfc_dev *dev);
int s5p_mfc_init_hw(struct s5p_mfc_dev *dev);
void s5p_mfc_deinit_hw(struct s5p_mfc_dev *dev);