]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
platform/x86: pmc_atom: Drop __initconst on dmi table
authorStephen Boyd <sboyd@kernel.org>
Thu, 11 Apr 2019 17:22:43 +0000 (10:22 -0700)
committerStephen Boyd <sboyd@kernel.org>
Thu, 11 Apr 2019 17:25:37 +0000 (10:25 -0700)
commitb995dcca7cf12f208cfd95fd9d5768dca7cccec7
tree644a2ba1a6fefbe99fb1cb3a14dc01ffdf73d2a3
parent7c2e07130090ae001a97a6b65597830d6815e93e
platform/x86: pmc_atom: Drop __initconst on dmi table

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>
drivers/platform/x86/pmc_atom.c