diff options
Diffstat (limited to 'drivers/platform/x86/mlx-platform.c')
-rw-r--r-- | drivers/platform/x86/mlx-platform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/mlx-platform.c b/drivers/platform/x86/mlx-platform.c index 8f98c211b440..4f3de2a8c4df 100644 --- a/drivers/platform/x86/mlx-platform.c +++ b/drivers/platform/x86/mlx-platform.c | |||
@@ -247,7 +247,7 @@ static int __init mlxplat_dmi_msn21xx_matched(const struct dmi_system_id *dmi) | |||
247 | return 1; | 247 | return 1; |
248 | }; | 248 | }; |
249 | 249 | ||
250 | static struct dmi_system_id mlxplat_dmi_table[] __initdata = { | 250 | static const struct dmi_system_id mlxplat_dmi_table[] __initconst = { |
251 | { | 251 | { |
252 | .callback = mlxplat_dmi_default_matched, | 252 | .callback = mlxplat_dmi_default_matched, |
253 | .matches = { | 253 | .matches = { |