video: tegra: dc: remove SD drivers

Smartdimmer was a feature to allow for backlight reduction with
minimal degredation in image quality. It's since been deprecated.
Removing the dead code for improved code coverage analysis.

TDS-3581

Change-Id: I4ee30e67b097a932389e8ba0df9b50a174fccdd3
Signed-off-by: Mitch Luban <mluban@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1579437
Reviewed-by: Prafull Suryawanshi <prafulls@nvidia.com>
Tested-by: Prafull Suryawanshi <prafulls@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Santosh Galma <galmar@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Mitch Luban
2017-10-15 20:46:45 -07:00
committed by Laxman Dewangan
parent a6d4a6e991
commit bf5cb93fe0
2 changed files with 6 additions and 33 deletions

View File

@@ -138,3 +138,9 @@ int esc_mods_tegra_dc_config_possible(struct file *fp,
LOG_EXT();
return 0;
}
int mods_init_tegradc(void)
{
return 0;
}