aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/drm/radeon_drv.c
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-08-29 07:49:53 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-08-29 07:49:53 +0000
commit7bad922a88ef63a270d66f2973bda945250ccb64 (patch)
treeec49ef6ef305ca5cf75128c5af0915e9f3c7ea1d /sys/dev/drm/radeon_drv.c
parent1fd0f50a3a9873469cf3d70c756fb2f02138e737 (diff)
downloadsrc-7bad922a88ef63a270d66f2973bda945250ccb64.tar.gz
src-7bad922a88ef63a270d66f2973bda945250ccb64.zip
Fixed the module name (macros don't work here).
Notes
Notes: svn path=/head/; revision=134474
Diffstat (limited to 'sys/dev/drm/radeon_drv.c')
-rw-r--r--sys/dev/drm/radeon_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/drm/radeon_drv.c b/sys/dev/drm/radeon_drv.c
index 354167560863..37dcc2bcf7ac 100644
--- a/sys/dev/drm/radeon_drv.c
+++ b/sys/dev/drm/radeon_drv.c
@@ -58,7 +58,7 @@
#endif
#ifdef __FreeBSD__
-DRIVER_MODULE(DRIVER_NAME, pci, DRM(driver), DRM(devclass), 0, 0);
+DRIVER_MODULE(radeon, pci, DRM(driver), DRM(devclass), 0, 0);
#elif defined(__NetBSD__)
CFDRIVER_DECL(radeon, DV_TTY, NULL);
#endif /* __FreeBSD__ */