diff --git a/sys/miscfs/nullfs/null.h b/sys/miscfs/nullfs/null.h index b4be0fad6fef5..eca3c358d1037 100644 --- a/sys/miscfs/nullfs/null.h +++ b/sys/miscfs/nullfs/null.h @@ -111,7 +111,5 @@ struct null_node { extern int (**null_vnodeop_p)(void *); extern struct vfsops nullfs_vfsops; -void nullfs_init(void); - #endif /* _KERNEL */ #endif /* _MISCFS_NULLFS_H_ */