p9fs: Use proper prototype for SYSINIT functions

MFC after:	1 week

(cherry picked from commit 11cfa861e3ff83649c54e5781b541166dc73e80b)
(cherry picked from commit 618c7cffeb28a89475ee001827e53049e45715ed)
This commit is contained in:
Zhenlei Huang 2025-10-13 18:12:30 +08:00 committed by Franco Fichtner
parent 0b3951a74a
commit c760cc40f2

View file

@ -34,9 +34,8 @@
TAILQ_HEAD(, p9_trans_module) transports;
static void
p9_transport_init(void)
p9_transport_init(void *dummy __unused)
{
TAILQ_INIT(&transports);
}