From 0660b4458632447abc0c8d5ddf49db0c029363c2 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 19 May 2015 11:04:47 +0200 Subject: rtems_yaffs: RTEMS API changes (fsmount_me_h) --- rtems/rtems_yaffs.c | 1 - 1 file changed, 1 deletion(-) 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, -- cgit v1.2.3