mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
80d0f3b9fa85080027bbfb676c90b72fe7ea2076
Starting K5.9, the access type parameter (read/write) of access_ok() API has been removed. And also, the address parameter has been updated to "void *" type from "unsigned long". Introduced API tegra_access_ok() to abstract the difference in parameters across different kernel versions. bug 200601926 Change-Id: I0d72e03f5e0c56eb935107eaf306bc2d68ed13e3 Signed-off-by: Naveen Kumar S <nkumars@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2361042 Reviewed-by: Shu Zhong <shuz@nvidia.com> Reviewed-by: automaticguardword <automaticguardword@nvidia.com> Reviewed-by: Arun Swain <arswain@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Description
No description provided