mirror of
git://nv-tegra.nvidia.com/kernel/nvethernetrm.git
synced 2025-12-24 18:42:16 +03:00
Issue: Unused variables are treated as errors with HVRTOS compiler. Fix: 1. Add unused attributes macro for unused function arguments. 2. Fix typecast errors. 3. Add flag to check if ethernet server status, this is needed to skip check for function pointer validation. Bug 3562777 Change-Id: I0a4a36fb330c580d1879f46304842c610e62316c Signed-off-by: Nagaraj Annaiah <nannaiah@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/kernel/nvethernetrm/+/2670097 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Narayan Reddy <narayanr@nvidia.com> Reviewed-by: Ashutosh Jha <ajha@nvidia.com> GVS: Gerrit_Virtual_Submit