Module Name: src
Committed By: riastradh
Date: Wed Jul 24 02:23:21 UTC 2013
Modified Files:
src/sys/external/bsd/drm2/dist/drm [riastradh-drm2]: drm_global.c
Log Message:
drm_global.c needs <linux/kernel.h>, <linux/export.h>, and <asm/bug.h>.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1.2.3 -r1.1.1.1.2.4 \
src/sys/external/bsd/drm2/dist/drm/drm_global.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/external/bsd/drm2/dist/drm/drm_global.c
diff -u src/sys/external/bsd/drm2/dist/drm/drm_global.c:1.1.1.1.2.3 src/sys/external/bsd/drm2/dist/drm/drm_global.c:1.1.1.1.2.4
--- src/sys/external/bsd/drm2/dist/drm/drm_global.c:1.1.1.1.2.3 Wed Jul 24 02:22:28 2013
+++ src/sys/external/bsd/drm2/dist/drm/drm_global.c Wed Jul 24 02:23:21 2013
@@ -31,6 +31,9 @@
#include <linux/mutex.h>
#include <linux/slab.h>
#include <linux/module.h>
+#include <linux/kernel.h>
+#include <linux/export.h>
+#include <asm/bug.h>
#include <drm/drm_global.h>
struct drm_global_item {