summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/devfs/devfs_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libfs/src/devfs/devfs_init.c')
-rw-r--r--cpukit/libfs/src/devfs/devfs_init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/libfs/src/devfs/devfs_init.c b/cpukit/libfs/src/devfs/devfs_init.c
index b1419e9491..9fafc6adf0 100644
--- a/cpukit/libfs/src/devfs/devfs_init.c
+++ b/cpukit/libfs/src/devfs/devfs_init.c
@@ -23,7 +23,6 @@ const rtems_filesystem_operations_table devFS_ops = {
.eval_path_h = devFS_eval_path,
.link_h = rtems_filesystem_default_link,
.are_nodes_equal_h = rtems_filesystem_default_are_nodes_equal,
- .node_type_h = devFS_node_type,
.mknod_h = devFS_mknod,
.rmnod_h = rtems_filesystem_default_rmnod,
.fchmod_h = rtems_filesystem_default_fchmod,