msm: camera: cre: unit test fixes

Fixes for the issues found in Unit testing of CRE.

CRs-Fixed: 2893978
Change-Id: I7b8061cf2fd4693bde084a003bc101be1cbde1d1
Signed-off-by: Vikram Sharma <vikramsa@codeaurora.org>
此提交包含在:
Vikram Sharma
2021-04-20 21:52:55 +05:30
提交者 Gerrit - the friendly Code Review server
父節點 32b6adfc86
當前提交 455abec717
共有 10 個檔案被更改,包括 67 行新增255 行删除

查看文件

@@ -55,6 +55,7 @@
#include "cam_debug_util.h"
#include "ope_dev_intf.h"
#include "cre_dev_intf.h"
#include "cam_top_tpg.h"
#include "cam_tfe_dev.h"
@@ -137,6 +138,7 @@ static const struct camera_submodule_component camera_ope[] = {
static const struct camera_submodule_component camera_cre[] = {
#ifdef CONFIG_SPECTRA_CRE
{&cam_cre_init_module, &cam_cre_exit_module},
{&cam_cre_subdev_init_module, &cam_cre_subdev_exit_module},
#endif
};
static const struct camera_submodule_component camera_jpeg[] = {