mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
73a4985dbd8fd8f2bdd7747a3b936ce37760aaa2
The function nvhost_get_private_data() is a wrapper around the Linux platform_get_drvdata() function. To remove all the legacy nvhost code that is no longer supported or needed, update the camera drivers to use platform_get_drvdata() directly. Note that there are places in these drivers that already use platform_get_drvdata() and so this change makes these drivers more consistent. Bug 4475969 Change-Id: Ie474c46c438f69c2141f41d0702bf57525597ab5 Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3065974 Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
Description
No description provided