summaryrefslogtreecommitdiffstats
path: root/tests/linux_mtd.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/linux_mtd.c')
-rw-r--r--tests/linux_mtd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/linux_mtd.c b/tests/linux_mtd.c
index 10ccb5eb8..3aaa5abda 100644
--- a/tests/linux_mtd.c
+++ b/tests/linux_mtd.c
@@ -81,9 +81,9 @@ void linux_mtd_probe_lifecycle_test_success(void **state)
};
const struct io_mock linux_mtd_io = {
.state = &linux_mtd_io_state,
- .fopen = linux_mtd_fopen,
- .fread = linux_mtd_fread,
- .fclose = linux_mtd_fclose,
+ .iom_fopen = linux_mtd_fopen,
+ .iom_fread = linux_mtd_fread,
+ .iom_fclose = linux_mtd_fclose,
.fallback_open_state = &linux_mtd_fallback_open_state,
};