From 460cb2930b7132f0124ac16aec076b2f9e803199 Mon Sep 17 00:00:00 2001 From: "Hudson C. Dalpra" Date: Thu, 5 Mar 2026 21:43:15 +1300 Subject: [PATCH] miscfs/nullfs: remove stale nullfs_init --- sys/miscfs/nullfs/null.h | 2 -- 1 file changed, 2 deletions(-) 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_ */