commit | 1d54753e65d95996a6a07c80b9a182169aa5f2bb | [log] [tgz] |
---|---|---|
author | David Pu <dpu@nvidia.com> | Thu Aug 08 14:20:03 2019 -0700 |
committer | Manish Pandey <manish.pandey2@arm.com> | Tue Aug 18 22:58:54 2020 +0000 |
tree | 567e911ba03b8e19017fc86fbcee742072f2436c | |
parent | daba4f5c7eda733088c9e02d1d0175818fdff0d5 [diff] |
Tegra: common: make plat_psci_ops routines static This patch makes Tegra platform psci ops routines to static. These routines are called by PSCI framework and no external linkage is necessary. This patch also fixes MISRA C-2012 Rule 8.6 violations. Change-Id: Idd2381809f76dc0fd578c1c92c0f8eea124f2e88 Signed-off-by: David Pu <dpu@nvidia.com>