Module Name: src
Committed By: riastradh
Date: Wed Jul 24 00:51:47 UTC 2013
Modified Files:
src/sys/external/bsd/drm2/dist/include/drm [riastradh-drm2]: drm_mm.h
Log Message:
Include <linux/spinlock.h> in <drm/drm_mm.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/include/drm/drm_mm.h
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/include/drm/drm_mm.h
diff -u src/sys/external/bsd/drm2/dist/include/drm/drm_mm.h:1.1.1.1.2.2 src/sys/external/bsd/drm2/dist/include/drm/drm_mm.h:1.1.1.1.2.3
--- src/sys/external/bsd/drm2/dist/include/drm/drm_mm.h:1.1.1.1.2.2 Tue Jul 23 21:28:23 2013
+++ src/sys/external/bsd/drm2/dist/include/drm/drm_mm.h Wed Jul 24 00:51:47 2013
@@ -40,6 +40,7 @@
#ifdef CONFIG_DEBUG_FS
#include <linux/seq_file.h>
#endif
+#include <linux/spinlock.h>
struct drm_mm_node {
struct list_head node_list;