diff options
| author | Andrew Turner <andrew@FreeBSD.org> | 2025-04-08 10:27:20 +0000 |
|---|---|---|
| committer | Andrew Turner <andrew@FreeBSD.org> | 2025-04-08 10:48:27 +0000 |
| commit | fd9f67e689e83f20e29edf63cc6488402de5901c (patch) | |
| tree | 2fa2ef30df891127133e4f98f5270ba87497c2f1 /sys/dev/virtio | |
| parent | 451f0333b707642b4ffd88b7527fb7c401a6b3ef (diff) | |
Diffstat (limited to 'sys/dev/virtio')
| -rw-r--r-- | sys/dev/virtio/p9fs/virtio_p9fs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/virtio/p9fs/virtio_p9fs.c b/sys/dev/virtio/p9fs/virtio_p9fs.c index 1fdeeaae2a96..aa84d3970698 100644 --- a/sys/dev/virtio/p9fs/virtio_p9fs.c +++ b/sys/dev/virtio/p9fs/virtio_p9fs.c @@ -488,7 +488,7 @@ vt9p_modevent(module_t mod, int type, void *unused) return (error); } -DRIVER_MODULE(virtio_p9fs, virtio_pci, vt9p_drv, vt9p_modevent, 0); +VIRTIO_DRIVER_MODULE(virtio_p9fs, vt9p_drv, vt9p_modevent, NULL); MODULE_VERSION(virtio_p9fs, 1); MODULE_DEPEND(virtio_p9fs, virtio, 1, 1, 1); MODULE_DEPEND(virtio_p9fs, p9fs, 1, 1, 1); |
