diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2022-05-09 19:22:01 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2022-05-09 19:22:01 +0000 |
| commit | 86dc8398c9ca2283c5d6984992b7a585257b5adb (patch) | |
| tree | 4390d8255ba8d6b00726998c759c8f5173b50e24 /sys/dev/wbwd | |
| parent | 8984411b8a7ce364ad475a41d20e7208c04e02b7 (diff) | |
Diffstat (limited to 'sys/dev/wbwd')
| -rw-r--r-- | sys/dev/wbwd/wbwd.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/wbwd/wbwd.c b/sys/dev/wbwd/wbwd.c index 98833ccf88f0..e10f1cc44f6d 100644 --- a/sys/dev/wbwd/wbwd.c +++ b/sys/dev/wbwd/wbwd.c @@ -681,8 +681,6 @@ static driver_t wb_driver = { sizeof(struct wb_softc) }; -static devclass_t wb_devclass; - -DRIVER_MODULE(wb, superio, wb_driver, wb_devclass, NULL, NULL); +DRIVER_MODULE(wb, superio, wb_driver, NULL, NULL); MODULE_DEPEND(wb, superio, 1, 1, 1); MODULE_VERSION(wb, 1); |
