Merge "msm: camera: common: Update waipio config" into camera-kernel.lnx.5.0

This commit is contained in:
Haritha Chintalapati
2021-02-08 13:54:05 -08:00
committed by Gerrit - the friendly Code Review server
melakukan ac6bc46a23
2 mengubah file dengan 0 tambahan dan 6 penghapusan

Melihat File

@@ -93,9 +93,7 @@ static const struct camera_submodule_component camera_isp[] = {
{&cam_ife_csid_init_module, &cam_ife_csid_exit_module},
{&cam_ife_csid_lite_init_module, &cam_ife_csid_lite_exit_module},
{&cam_vfe_init_module, &cam_vfe_exit_module},
#ifdef CONFIG_SPECTRA_SFE
{&cam_sfe_init_module, &cam_sfe_exit_module},
#endif
{&cam_isp_dev_init_module, &cam_isp_dev_exit_module},
#endif
};

Melihat File

@@ -19,9 +19,7 @@ extern struct platform_driver cam_top_tpg_driver;
extern struct platform_driver cam_ife_csid_driver;
extern struct platform_driver cam_ife_csid_lite_driver;
extern struct platform_driver cam_vfe_driver;
#ifdef CONFIG_SPECTRA_SFE
extern struct platform_driver cam_sfe_driver;
#endif
extern struct platform_driver isp_driver;
#endif
#ifdef CONFIG_SPECTRA_TFE
@@ -93,9 +91,7 @@ static struct platform_driver *const cam_component_drivers[] = {
&cam_ife_csid_driver,
&cam_ife_csid_lite_driver,
&cam_vfe_driver,
#ifdef CONFIG_SPECTRA_SFE
&cam_sfe_driver,
#endif
&isp_driver,
#endif
#ifdef CONFIG_SPECTRA_SENSOR