]> git.baikalelectronics.ru Git - kernel.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)
commit2cbdbba03d8f3255f26d905d2032dff3b14c0749
tree644a2ba1a6fefbe99fb1cb3a14dc01ffdf73d2a3
parentbfc8f898d50161b3c58ad271cf2504f310c843ba
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: bfc8f898d501 ("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