commit | 51fe0057cd866d7c1c0c82f722b7cbe429a75b85 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Wed Apr 02 10:01:08 2014 +0200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Thu Jul 10 10:37:41 2014 +0200 |
tree | 5a99f22c4ad099c25bc71574703d28f44951a577 | |
parent | cd3de83f147601356395b57a8673e9c5ff1e59d1 [diff] |
ARM: ux500: Staticise ux500_soc_attr This variable is not used outside of the file that it's declared in, so reduce the scope to the local file. Signed-off-by: Thierry Reding <treding@nvidia.com> [Also add const marker after suggestion from Lee Jones] Signed-off-by: Linus Walleij <linus.walleij@linaro.org>