mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
0fe1f6b8b0f11d984f7f05bd45890421a4782a56
The compiler option -Wmissing-prototypes is being enabled globally in the upstream Linux kernel and this causes build failures. The build failures occur because either the driver is missing an include file which has the prototype or because the function is not declared statically when it should be (ie. there are no external users). Fix the various build failures that are seen when enabling -Wmissing-prototypes. Bug 4404965 Change-Id: I0f9189250655c3b3006909e51ffe3aca7fbf763b Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-t264/+/3028738 Reviewed-by: Akhil R <akhilrajeev@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
Description
No description provided