summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-08-29 07:49:53 +0000
committerru <ru@FreeBSD.org>2004-08-29 07:49:53 +0000
commite2eb730c5fd72c36207b2d011e3732726d7cb95c (patch)
treeec49ef6ef305ca5cf75128c5af0915e9f3c7ea1d /sys/dev/drm
parente6b28daa662194bd116eed1e132da143fde77ec4 (diff)
downloadFreeBSD-src-e2eb730c5fd72c36207b2d011e3732726d7cb95c.zip
FreeBSD-src-e2eb730c5fd72c36207b2d011e3732726d7cb95c.tar.gz
Fixed the module name (macros don't work here).
Diffstat (limited to 'sys/dev/drm')
-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 3541675..37dcc2b 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__ */
OpenPOWER on IntegriCloud