aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/drm/radeon_drv.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/drm/radeon_drv.c')
-rw-r--r--sys/dev/drm/radeon_drv.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/drm/radeon_drv.c b/sys/dev/drm/radeon_drv.c
index 53443bc99d93..a37c641dc878 100644
--- a/sys/dev/drm/radeon_drv.c
+++ b/sys/dev/drm/radeon_drv.c
@@ -127,9 +127,5 @@ static driver_t radeon_driver = {
};
extern devclass_t drm_devclass;
-#if __FreeBSD_version >= 700010
DRIVER_MODULE(radeon, vgapci, radeon_driver, drm_devclass, 0, 0);
-#else
-DRIVER_MODULE(radeon, pci, radeon_driver, drm_devclass, 0, 0);
-#endif
MODULE_DEPEND(radeon, drm, 1, 1, 1);