From e89ce4c870570a6e7c9163f947aa70c7e3f532bd Mon Sep 17 00:00:00 2001 From: Cho KyongHo Date: Fri, 15 May 2015 16:42:08 +0900 Subject: [PATCH] [COMMON] media: smfc: remove empty function smfc_configure_secondary_image() contains nothing. Change-Id: I3c79c7ea588b75e69e2d895e54c129959c8f2c52 Signed-off-by: Cho KyongHo --- drivers/media/platform/exynos/smfc/smfc.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/drivers/media/platform/exynos/smfc/smfc.c b/drivers/media/platform/exynos/smfc/smfc.c index 6857085ae9e2..b49909a650fb 100644 --- a/drivers/media/platform/exynos/smfc/smfc.c +++ b/drivers/media/platform/exynos/smfc/smfc.c @@ -1152,10 +1152,6 @@ static const struct v4l2_ioctl_ops smfc_v4l2_ioctl_ops = { .vidioc_streamoff = smfc_v4l2_streamoff, }; -static void smfc_configure_secondary_image(struct smfc_ctx *ctx) -{ -} - static bool smfc_check_hwfc_configuration(struct smfc_ctx *ctx, bool hwfc_en) { const struct smfc_image_format *fmt = ctx->img_fmt; @@ -1216,7 +1212,6 @@ static void smfc_m2m_device_run(void *priv) smfc_hwconfigure_reset(ctx->smfc); smfc_hwconfigure_tables(ctx, quality_factor); smfc_hwconfigure_image(ctx, chroma_hfactor, chroma_vfactor); - smfc_configure_secondary_image(ctx); if (!!(ctx->flags & SMFC_CTX_B2B_COMPRESS) && !!(ctx->flags & SMFC_CTX_COMPRESS)) { smfc_hwconfigure_2nd_tables(ctx, thumb_quality_factor); -- 2.20.1