aboutsummaryrefslogtreecommitdiff
path: root/drivers/peci/controller/peci-npcm.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/peci/controller/peci-npcm.c')
-rw-r--r--drivers/peci/controller/peci-npcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/peci/controller/peci-npcm.c b/drivers/peci/controller/peci-npcm.c
index ec613d35c796..fa91be58f6f3 100644
--- a/drivers/peci/controller/peci-npcm.c
+++ b/drivers/peci/controller/peci-npcm.c
@@ -224,7 +224,7 @@ static const struct regmap_config npcm_peci_regmap_config = {
.fast_io = true,
};
-static struct peci_controller_ops npcm_ops = {
+static const struct peci_controller_ops npcm_ops = {
.xfer = npcm_peci_xfer,
};