Module Name:    src
Committed By:   riastradh
Date:           Wed Jul 24 00:52:41 UTC 2013

Modified Files:
        src/sys/external/bsd/drm2/dist/include/drm [riastradh-drm2]: drmP.h

Log Message:
Include <linux/atomic.h> and <linux/uidgid.h> in <drm/drmP.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/include/drm/drmP.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/drmP.h
diff -u src/sys/external/bsd/drm2/dist/include/drm/drmP.h:1.1.1.1.2.3 src/sys/external/bsd/drm2/dist/include/drm/drmP.h:1.1.1.1.2.4
--- src/sys/external/bsd/drm2/dist/include/drm/drmP.h:1.1.1.1.2.3	Wed Jul 24 00:51:31 2013
+++ src/sys/external/bsd/drm2/dist/include/drm/drmP.h	Wed Jul 24 00:52:41 2013
@@ -71,6 +71,8 @@
 #endif
 #include <linux/workqueue.h>
 #include <linux/poll.h>
+#include <linux/atomic.h>
+#include <linux/uidgid.h>
 #include <asm/pgalloc.h>
 #include <drm/drm.h>
 #include <drm/drm_sarea.h>

Reply via email to