summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rtems/rtems_yaffs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/rtems/rtems_yaffs.c b/rtems/rtems_yaffs.c
index c25b8a5..b067f53 100644
--- a/rtems/rtems_yaffs.c
+++ b/rtems/rtems_yaffs.c
@@ -695,7 +695,6 @@ static const rtems_filesystem_operations_table yaffs_ops = {
.clonenod_h = rtems_filesystem_default_clonenode,
.freenod_h = rtems_filesystem_default_freenode,
.mount_h = rtems_filesystem_default_mount,
- .fsmount_me_h = rtems_yaffs_mount_handler,
.unmount_h = rtems_filesystem_default_unmount,
.fsunmount_me_h = ryfs_fsunmount,
.utime_h = ryfs_utime,