Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 51fe0057 authored by Thierry Reding's avatar Thierry Reding Committed by Linus Walleij
Browse files

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: default avatarThierry Reding <treding@nvidia.com>
[Also add const marker after suggestion from Lee Jones]
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent cd3de83f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ static void __init soc_info_populate(struct soc_device_attribute *soc_dev_attr,
	soc_dev_attr->revision = ux500_get_revision();
}

struct device_attribute ux500_soc_attr =
static const struct device_attribute ux500_soc_attr =
	__ATTR(process,  S_IRUGO, ux500_get_process,  NULL);

struct device * __init ux500_soc_device_init(const char *soc_id)