summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorBo Yan <byan@nvidia.com>2018-06-06 13:33:59 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-06-08 22:05:47 -0400
commit9b4f8709eee58807225aecd94af6f85f51fa8f0a (patch)
tree149bf0acd0dfefe4959063f4aa2a8d3bf37d027e /include/linux
parent4577a27cc53f775dab2bb75eb321e674f9f3497b (diff)
host: vi: se: dc: remove bond-out check
bondout check is deprecated. remove it. bug 200416208 Change-Id: I16c0eedc99a9ea8add92b177dad431c90415ef90 Signed-off-by: Bo Yan <byan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1741739 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/nvhost.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/nvhost.h b/include/linux/nvhost.h
index e8f69b4a9..43aaa32cd 100644
--- a/include/linux/nvhost.h
+++ b/include/linux/nvhost.h
@@ -718,7 +718,6 @@ int nvhost_channel_submit(struct nvhost_job *job);
718int nvhost_client_device_get_resources(struct platform_device *dev); 718int nvhost_client_device_get_resources(struct platform_device *dev);
719int nvhost_client_device_release(struct platform_device *dev); 719int nvhost_client_device_release(struct platform_device *dev);
720int nvhost_client_device_init(struct platform_device *dev); 720int nvhost_client_device_init(struct platform_device *dev);
721int nvhost_check_bondout(unsigned int id);
722 721
723/* common runtime pm and power domain APIs */ 722/* common runtime pm and power domain APIs */
724int nvhost_module_init(struct platform_device *ndev); 723int nvhost_module_init(struct platform_device *ndev);