mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
16b7d0418a171df01b7a02f7b03f598b0452cb7d
The NVDLA driver uses the nvhost_err() and nvhost_dbg_fn() macros which simply call dev_err() and dev_info(), respectively. When compiling the NVDLA driver against an upstream Linux kernel, nvhost_err() and nvhost_dbg_fn() are not found and compilation fails. Fix this by replacing nvhost_err() with either dev_err() or pr_err() and replace nvhost_dbg_fn() with nvdla_dbg_fn(). JIRA LS-410 Change-Id: Ib89a187f330a4a80bd0b0329171a02f6336565ff Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2643161 Reviewed-by: Arvind M <am@nvidia.com> Reviewed-by: svc_kernel_abi <svc_kernel_abi@nvidia.com> Reviewed-by: Amit Sharma (SW-TEGRA) <amisharma@nvidia.com> Reviewed-by: Praveen K <kpraveen@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit
Description
No description provided