summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@kernel.org>2019-04-11 10:22:43 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-05-10 17:53:13 +0200
commitbdf3bd5205be795903c59ed516fcb62205cbb3d1 (patch)
tree3ba834cde722f01f27aa8795e04789210c18ebea
parent1fff3c28ba2d90ac74a4aa30f5f92a6509f883e9 (diff)
downloadlinux-stable-bdf3bd5205be795903c59ed516fcb62205cbb3d1.tar.gz
linux-stable-bdf3bd5205be795903c59ed516fcb62205cbb3d1.tar.bz2
linux-stable-bdf3bd5205be795903c59ed516fcb62205cbb3d1.zip
platform/x86: pmc_atom: Drop __initconst on dmi table
[ Upstream commit b995dcca7cf12f208cfd95fd9d5768dca7cccec7 ] It's used by probe and that isn't an init function. Drop this so that we don't get a section mismatch. Reported-by: kbuild test robot <lkp@intel.com> Cc: David Müller <dave.mueller@gmx.ch> Cc: Hans de Goede <hdegoede@redhat.com> Cc: Andy Shevchenko <andy.shevchenko@gmail.com> Fixes: 7c2e07130090 ("clk: x86: Add system specific quirk to mark clocks as critical") Signed-off-by: Stephen Boyd <sboyd@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
-rw-r--r--drivers/platform/x86/pmc_atom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/pmc_atom.c b/drivers/platform/x86/pmc_atom.c
index 75f69cf0d45f..50f2a125cd2c 100644
--- a/drivers/platform/x86/pmc_atom.c
+++ b/drivers/platform/x86/pmc_atom.c
@@ -426,7 +426,7 @@ static int pmc_dbgfs_register(struct pmc_dev *pmc)
* Some systems need one or more of their pmc_plt_clks to be
* marked as critical.
*/
-static const struct dmi_system_id critclk_systems[] __initconst = {
+static const struct dmi_system_id critclk_systems[] = {
{
.ident = "MPL CEC1x",
.matches = {