summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/jffs2/src/fs-rtems.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libfs/src/jffs2/src/fs-rtems.c')
-rw-r--r--cpukit/libfs/src/jffs2/src/fs-rtems.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/libfs/src/jffs2/src/fs-rtems.c b/cpukit/libfs/src/jffs2/src/fs-rtems.c
index 961cfa34df..ce84d44470 100644
--- a/cpukit/libfs/src/jffs2/src/fs-rtems.c
+++ b/cpukit/libfs/src/jffs2/src/fs-rtems.c
@@ -1105,7 +1105,6 @@ static const rtems_filesystem_operations_table rtems_jffs2_ops = {
.clonenod_h = rtems_jffs2_clonenode,
.freenod_h = rtems_jffs2_freenode,
.mount_h = rtems_filesystem_default_mount,
- .fsmount_me_h = rtems_jffs2_initialize,
.unmount_h = rtems_filesystem_default_unmount,
.fsunmount_me_h = rtems_jffs2_fsunmount,
.utime_h = rtems_jffs2_utime,