aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bhnd/siba
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2022-05-09 19:22:00 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2022-05-09 19:22:00 +0000
commit162c26ad772e6eafee49af0bbedbf40eb62a158e (patch)
tree5514203609b1575a59ad4e36e1f743701d57b9f4 /sys/dev/bhnd/siba
parent05bdf34a9d20fc198fe855528e6a23135460c4c6 (diff)
Diffstat (limited to 'sys/dev/bhnd/siba')
-rw-r--r--sys/dev/bhnd/siba/siba_bhndb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bhnd/siba/siba_bhndb.c b/sys/dev/bhnd/siba/siba_bhndb.c
index 5eb58c98e58b..4a0493366fe1 100644
--- a/sys/dev/bhnd/siba/siba_bhndb.c
+++ b/sys/dev/bhnd/siba/siba_bhndb.c
@@ -290,7 +290,7 @@ static device_method_t siba_bhndb_methods[] = {
DEFINE_CLASS_2(bhnd, siba_bhndb_driver, siba_bhndb_methods,
sizeof(struct siba_softc), bhnd_bhndb_driver, siba_driver);
-DRIVER_MODULE(siba_bhndb, bhndb, siba_bhndb_driver, bhnd_devclass, NULL, NULL);
+DRIVER_MODULE(siba_bhndb, bhndb, siba_bhndb_driver, NULL, NULL);
MODULE_VERSION(siba_bhndb, 1);
MODULE_DEPEND(siba_bhndb, siba, 1, 1, 1);