Module Name: src
Committed By: riastradh
Date: Wed Jul 24 01:51:53 UTC 2013
Modified Files:
src/sys/external/bsd/drm2/dist/include/drm [riastradh-drm2]: drmP.h
Log Message:
Include <linux/kref.h> in <drm/drmP.h>.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1.2.6 -r1.1.1.1.2.7 \
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.6 src/sys/external/bsd/drm2/dist/include/drm/drmP.h:1.1.1.1.2.7
--- src/sys/external/bsd/drm2/dist/include/drm/drmP.h:1.1.1.1.2.6 Wed Jul 24 01:50:10 2013
+++ src/sys/external/bsd/drm2/dist/include/drm/drmP.h Wed Jul 24 01:51:52 2013
@@ -73,6 +73,7 @@
#include <linux/poll.h>
#include <linux/atomic.h>
#include <linux/uidgid.h>
+#include <linux/kref.h>
#include <asm/pgalloc.h>
#include <drm/drm.h>
#include <drm/drm_sarea.h>