summaryrefslogtreecommitdiffstats
path: root/linux_mtd.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux_mtd.c')
-rw-r--r--linux_mtd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/linux_mtd.c b/linux_mtd.c
index 88488c0b2..102cd7d8a 100644
--- a/linux_mtd.c
+++ b/linux_mtd.c
@@ -437,9 +437,9 @@ static const struct opaque_master linux_mtd_opaque_master = {
.write = linux_mtd_write,
.erase = linux_mtd_erase,
.shutdown = linux_mtd_shutdown,
- .wp_read_cfg = linux_mtd_wp_read_cfg,
- .wp_write_cfg = linux_mtd_wp_write_cfg,
- .wp_get_ranges = linux_mtd_wp_get_available_ranges,
+ .wp_read_cfg = linux_mtd_wp_read_cfg,
+ .wp_write_cfg = linux_mtd_wp_write_cfg,
+ .wp_get_ranges = linux_mtd_wp_get_available_ranges,
};
/* Returns 0 if setup is successful, non-zero to indicate error */