summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/atomisp/pci/atomisp2/css2400/isp
diff options
context:
space:
mode:
authorAlan Cox2017-03-20 15:39:21 +0100
committerGreg Kroah-Hartman2017-03-21 08:04:32 +0100
commitb8340109400321d1ac23db0ad20a1d7bf17bff04 (patch)
tree0495db3f710a3c5a4a6aed72c5117c66a01e3232 /drivers/staging/media/atomisp/pci/atomisp2/css2400/isp
parentatomisp: remove another layer of allocator indirection (diff)
downloadkernel-qcow2-linux-b8340109400321d1ac23db0ad20a1d7bf17bff04.tar.gz
kernel-qcow2-linux-b8340109400321d1ac23db0ad20a1d7bf17bff04.tar.xz
kernel-qcow2-linux-b8340109400321d1ac23db0ad20a1d7bf17bff04.zip
atomisp: ia_css_bh_hmem_encode is a no-op so remove it
This is a do nothing function so we can replace it with nothing and eliminate it entirely. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/media/atomisp/pci/atomisp2/css2400/isp')
-rw-r--r--drivers/staging/media/atomisp/pci/atomisp2/css2400/isp/kernels/bh/bh_2/ia_css_bh.host.c11
-rw-r--r--drivers/staging/media/atomisp/pci/atomisp2/css2400/isp/kernels/bh/bh_2/ia_css_bh.host.h6
2 files changed, 0 insertions, 17 deletions
diff --git a/drivers/staging/media/atomisp/pci/atomisp2/css2400/isp/kernels/bh/bh_2/ia_css_bh.host.c b/drivers/staging/media/atomisp/pci/atomisp2/css2400/isp/kernels/bh/bh_2/ia_css_bh.host.c
index 0dcafad313b2..99c80d2d8f11 100644
--- a/drivers/staging/media/atomisp/pci/atomisp2/css2400/isp/kernels/bh/bh_2/ia_css_bh.host.c
+++ b/drivers/staging/media/atomisp/pci/atomisp2/css2400/isp/kernels/bh/bh_2/ia_css_bh.host.c
@@ -63,15 +63,4 @@ ia_css_bh_encode(
uDIGIT_FITTING(from->ae_y_coef_b, 16, SH_CSS_AE_YCOEF_SHIFT);
}
-void
-ia_css_bh_hmem_encode(
- struct sh_css_isp_bh_hmem_params *to,
- const struct ia_css_3a_config *from,
- unsigned size)
-{
- (void)size;
- (void)from;
- (void)to;
-}
-
#endif
diff --git a/drivers/staging/media/atomisp/pci/atomisp2/css2400/isp/kernels/bh/bh_2/ia_css_bh.host.h b/drivers/staging/media/atomisp/pci/atomisp2/css2400/isp/kernels/bh/bh_2/ia_css_bh.host.h
index 339e954a9069..cbb09299cf21 100644
--- a/drivers/staging/media/atomisp/pci/atomisp2/css2400/isp/kernels/bh/bh_2/ia_css_bh.host.h
+++ b/drivers/staging/media/atomisp/pci/atomisp2/css2400/isp/kernels/bh/bh_2/ia_css_bh.host.h
@@ -29,10 +29,4 @@ ia_css_bh_encode(
const struct ia_css_3a_config *from,
unsigned size);
-void
-ia_css_bh_hmem_encode(
- struct sh_css_isp_bh_hmem_params *to,
- const struct ia_css_3a_config *from,
- unsigned size);
-
#endif /* __IA_CSS_BH_HOST_H */