summaryrefslogtreecommitdiff
path: root/zephyr/shim/core/cortex-m/mpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/core/cortex-m/mpu.c')
-rw-r--r--zephyr/shim/core/cortex-m/mpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/shim/core/cortex-m/mpu.c b/zephyr/shim/core/cortex-m/mpu.c
index 601961225c..4f1e893d48 100644
--- a/zephyr/shim/core/cortex-m/mpu.c
+++ b/zephyr/shim/core/cortex-m/mpu.c
@@ -21,7 +21,7 @@ void mpu_enable(void)
}
}
-static int mpu_disable_fixed_regions(const struct device *dev)
+static int mpu_disable_fixed_regions(void)
{
/* MPU is configured and enabled by the Zephyr init code, disable the
* fixed sections by default.