summaryrefslogtreecommitdiff
path: root/sys/dev/drm/sis_drv.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/drm/sis_drv.c')
-rw-r--r--sys/dev/drm/sis_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/drm/sis_drv.c b/sys/dev/drm/sis_drv.c
index c6aae1928f1a7..ae6615b912aa6 100644
--- a/sys/dev/drm/sis_drv.c
+++ b/sys/dev/drm/sis_drv.c
@@ -47,7 +47,7 @@
#ifdef __FreeBSD__
/* Avoid clash with sis ethernet */
-DRIVER_MODULE(sisdrm, pci, sis_driver, sis_devclass, 0, 0);
+DRIVER_MODULE(sisdrm, pci, sisdrv_driver, sisdrv_devclass, 0, 0);
#elif defined(__NetBSD__)
CFDRIVER_DECL(sis, DV_TTY, NULL);
#endif /* __FreeBSD__ */