diff options
Diffstat (limited to 'arch/arm/mach-ux500/cpu.c')
-rw-r--r-- | arch/arm/mach-ux500/cpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/cpu.c b/arch/arm/mach-ux500/cpu.c index db16b5a04ad5..dbb2970ee7da 100644 --- a/arch/arm/mach-ux500/cpu.c +++ b/arch/arm/mach-ux500/cpu.c | |||
@@ -125,7 +125,7 @@ static void __init soc_info_populate(struct soc_device_attribute *soc_dev_attr, | |||
125 | soc_dev_attr->revision = ux500_get_revision(); | 125 | soc_dev_attr->revision = ux500_get_revision(); |
126 | } | 126 | } |
127 | 127 | ||
128 | struct device_attribute ux500_soc_attr = | 128 | static const struct device_attribute ux500_soc_attr = |
129 | __ATTR(process, S_IRUGO, ux500_get_process, NULL); | 129 | __ATTR(process, S_IRUGO, ux500_get_process, NULL); |
130 | 130 | ||
131 | struct device * __init ux500_soc_device_init(const char *soc_id) | 131 | struct device * __init ux500_soc_device_init(const char *soc_id) |