diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2022-05-06 22:46:58 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2022-05-06 22:46:58 +0000 |
| commit | f929eb1ed50f079f1638cdabe511ac2e347f541a (patch) | |
| tree | 6b8569af9a18d1f00e28d2042f0352de770a1d71 /sys/dev/xen/blkback | |
| parent | 51776a92ca4abc726bda5749a4255876dbce550e (diff) | |
Diffstat (limited to 'sys/dev/xen/blkback')
| -rw-r--r-- | sys/dev/xen/blkback/blkback.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/xen/blkback/blkback.c b/sys/dev/xen/blkback/blkback.c index 33414295bf5e..e32236d507f3 100644 --- a/sys/dev/xen/blkback/blkback.c +++ b/sys/dev/xen/blkback/blkback.c @@ -3954,6 +3954,5 @@ static driver_t xbb_driver = { xbb_methods, sizeof(struct xbb_softc), }; -devclass_t xbb_devclass; -DRIVER_MODULE(xbbd, xenbusb_back, xbb_driver, xbb_devclass, 0, 0); +DRIVER_MODULE(xbbd, xenbusb_back, xbb_driver, 0, 0); |
