diff options
Diffstat (limited to 'drivers/platform/x86/pmc_atom.c')
-rw-r--r-- | drivers/platform/x86/pmc_atom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/pmc_atom.c b/drivers/platform/x86/pmc_atom.c index eaec2d306481..c7039f52ad51 100644 --- a/drivers/platform/x86/pmc_atom.c +++ b/drivers/platform/x86/pmc_atom.c | |||
@@ -396,7 +396,7 @@ static int pmc_dbgfs_register(struct pmc_dev *pmc) | |||
396 | * Some systems need one or more of their pmc_plt_clks to be | 396 | * Some systems need one or more of their pmc_plt_clks to be |
397 | * marked as critical. | 397 | * marked as critical. |
398 | */ | 398 | */ |
399 | static const struct dmi_system_id critclk_systems[] __initconst = { | 399 | static const struct dmi_system_id critclk_systems[] = { |
400 | { | 400 | { |
401 | .ident = "MPL CEC1x", | 401 | .ident = "MPL CEC1x", |
402 | .matches = { | 402 | .matches = { |