Module Name:    src
Committed By:   riastradh
Date:           Wed Jul 24 01:58:51 UTC 2013

Modified Files:
        src/sys/external/bsd/drm2/dist/drm [riastradh-drm2]: drm_agpsupport.c

Log Message:
drm_agpsupport.c needs <linux/export.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/drm/drm_agpsupport.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_agpsupport.c
diff -u src/sys/external/bsd/drm2/dist/drm/drm_agpsupport.c:1.1.1.1.2.3 src/sys/external/bsd/drm2/dist/drm/drm_agpsupport.c:1.1.1.1.2.4
--- src/sys/external/bsd/drm2/dist/drm/drm_agpsupport.c:1.1.1.1.2.3	Wed Jul 24 01:57:35 2013
+++ src/sys/external/bsd/drm2/dist/drm/drm_agpsupport.c	Wed Jul 24 01:58:51 2013
@@ -33,6 +33,7 @@
 
 #include <drm/drmP.h>
 #include <linux/errno.h>
+#include <linux/export.h>
 #include <linux/module.h>
 #include <linux/slab.h>
 

Reply via email to