Module Name: src
Committed By: riastradh
Date: Wed Jul 24 02:22:43 UTC 2013
Modified Files:
src/sys/external/bsd/drm2/dist/drm [riastradh-drm2]: drm_gem.c
Log Message:
drm_gem.c needs <linux/err.h>, <linux/export.h>, and <asm/bug.h>.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1.2.2 -r1.1.1.1.2.3 \
src/sys/external/bsd/drm2/dist/drm/drm_gem.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_gem.c
diff -u src/sys/external/bsd/drm2/dist/drm/drm_gem.c:1.1.1.1.2.2 src/sys/external/bsd/drm2/dist/drm/drm_gem.c:1.1.1.1.2.3
--- src/sys/external/bsd/drm2/dist/drm/drm_gem.c:1.1.1.1.2.2 Tue Jul 23 21:28:21 2013
+++ src/sys/external/bsd/drm2/dist/drm/drm_gem.c Wed Jul 24 02:22:43 2013
@@ -36,6 +36,9 @@
#include <linux/pagemap.h>
#include <linux/shmem_fs.h>
#include <linux/dma-buf.h>
+#include <linux/err.h>
+#include <linux/export.h>
+#include <asm/bug.h>
#include <drm/drmP.h>
/** @file drm_gem.c