commit | 0895a8f458dc0a37155c812014e1c2387b1336cf | [log] [tgz] |
---|---|---|
author | Anthony Zhou <anzhou@nvidia.com> | Fri Sep 22 16:52:02 2017 +0800 |
committer | Varun Wadekar <vwadekar@nvidia.com> | Wed Jan 23 10:32:18 2019 -0800 |
tree | a53cd3317deafe56582b8f5f977673f6fc59a401 | |
parent | b37410385d30b7553760da338ed91553dc5b93ba [diff] |
Tegra186: setup: Fix MISRA Rule 8.4 violation MISRA Rule 8.4, A compatible declaration shall be visible when an object or function with external linkage is defined. This patch adds static for local array to fix this defect. Change-Id: I8231448bf1bc0b1e59611d7645ca983b83d5c8e3 Signed-off-by: Anthony Zhou <anzhou@nvidia.com>