mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
tegra_machine_driver_mobile.c declares function protoypes in the beginning. This was done to avoid compiler build errors related to unresolved symbols, when function is used before its definition. With this patch, code is re-organised and these function prototypes are no more needed. Bug 200503387 Bug 200516191 Change-Id: I35519faf39059af5f0c9adf81712008ce61d8614 Signed-off-by: Sameer Pujar <spujar@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2173559 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Mohan Kumar D <mkumard@nvidia.com> Reviewed-by: Ravindra Lokhande <rlokhande@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>