x86: apl: Use const for driver operations
authorSimon Glass <sjg@chromium.org>
Wed, 23 Dec 2020 15:11:26 +0000 (08:11 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 5 Jan 2021 19:24:41 +0000 (12:24 -0700)
commit52d2e9c142c0079bba51011bb95301c986ff11bb
tree0af941009f7785ed5f7a942c18f72ddf3be7aad7
parent7d637c122d772e472a211f6aa3f33cbe3c3e243c
x86: apl: Use const for driver operations

Update these declarations to const to ensure that the data ends up in the
rodata section.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/apollolake/pmc.c
arch/x86/cpu/intel_common/p2sb.c