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/control | |
| parent | 51776a92ca4abc726bda5749a4255876dbce550e (diff) | |
Diffstat (limited to 'sys/dev/xen/control')
| -rw-r--r-- | sys/dev/xen/control/control.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/xen/control/control.c b/sys/dev/xen/control/control.c index 903864d84598..2a539c724046 100644 --- a/sys/dev/xen/control/control.c +++ b/sys/dev/xen/control/control.c @@ -487,6 +487,5 @@ static device_method_t xctrl_methods[] = { }; DEFINE_CLASS_0(xctrl, xctrl_driver, xctrl_methods, sizeof(struct xctrl_softc)); -devclass_t xctrl_devclass; -DRIVER_MODULE(xctrl, xenstore, xctrl_driver, xctrl_devclass, NULL, NULL); +DRIVER_MODULE(xctrl, xenstore, xctrl_driver, NULL, NULL); |
