summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm/r128_irq.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/drm/r128_irq.c')
-rw-r--r--sys/dev/drm/r128_irq.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/dev/drm/r128_irq.c b/sys/dev/drm/r128_irq.c
index d403305..c3b4129 100644
--- a/sys/dev/drm/r128_irq.c
+++ b/sys/dev/drm/r128_irq.c
@@ -1,4 +1,5 @@
-/* r128_irq.c -- IRQ handling for radeon -*- linux-c -*- */
+/* r128_irq.c -- IRQ handling for radeon -*- linux-c -*-
+ */
/*-
* Copyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.
*
@@ -28,10 +29,11 @@
* Authors:
* Keith Whitwell <keith@tungstengraphics.com>
* Eric Anholt <anholt@FreeBSD.org>
- *
- * $FreeBSD$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "dev/drm/drmP.h"
#include "dev/drm/drm.h"
#include "dev/drm/r128_drm.h"
OpenPOWER on IntegriCloud