Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/riastradh-drm2]: src/sys/external/bsd/drm2/dist/include/drm Include <lin...



details:   https://anonhg.NetBSD.org/src/rev/ae43286aedcc
branches:  riastradh-drm2
changeset: 788006:ae43286aedcc
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Jul 24 00:51:47 2013 +0000

description:
Include <linux/spinlock.h> in <drm/drm_mm.h>.

diffstat:

 sys/external/bsd/drm2/dist/include/drm/drm_mm.h |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r c8f50ec3c103 -r ae43286aedcc sys/external/bsd/drm2/dist/include/drm/drm_mm.h
--- a/sys/external/bsd/drm2/dist/include/drm/drm_mm.h   Wed Jul 24 00:51:31 2013 +0000
+++ b/sys/external/bsd/drm2/dist/include/drm/drm_mm.h   Wed Jul 24 00:51:47 2013 +0000
@@ -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;



Home | Main Index | Thread Index | Old Index