summaryrefslogtreecommitdiff
path: root/sys/dev/drm/drm_drv.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/drm/drm_drv.c')
-rw-r--r--sys/dev/drm/drm_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/drm/drm_drv.c b/sys/dev/drm/drm_drv.c
index dca4feabfc64e..70088836bfd1c 100644
--- a/sys/dev/drm/drm_drv.c
+++ b/sys/dev/drm/drm_drv.c
@@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/dev/drm/drm_drv.c,v 1.6.2.13.2.2 2009/04/22 21:50:32 rnoland Exp $");
/** @file drm_drv.c
* The catch-all file for DRM device support, including module setup/teardown,