aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ntb/ntb_hw/ntb_hw_amd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ntb/ntb_hw/ntb_hw_amd.c')
-rw-r--r--sys/dev/ntb/ntb_hw/ntb_hw_amd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ntb/ntb_hw/ntb_hw_amd.c b/sys/dev/ntb/ntb_hw/ntb_hw_amd.c
index 2d13dc1321cb..94cfba2bfe72 100644
--- a/sys/dev/ntb/ntb_hw/ntb_hw_amd.c
+++ b/sys/dev/ntb/ntb_hw/ntb_hw_amd.c
@@ -1310,7 +1310,7 @@ static device_method_t ntb_amd_methods[] = {
static DEFINE_CLASS_0(ntb_hw, ntb_amd_driver, ntb_amd_methods,
sizeof(struct amd_ntb_softc));
-DRIVER_MODULE(ntb_hw_amd, pci, ntb_amd_driver, ntb_hw_devclass, NULL, NULL);
+DRIVER_MODULE(ntb_hw_amd, pci, ntb_amd_driver, NULL, NULL);
MODULE_DEPEND(ntb_hw_amd, ntb, 1, 1, 1);
MODULE_VERSION(ntb_hw_amd, 1);
PCI_PNP_INFO(amd_ntb_devs);