Wed Jul 24 03:33:03 2013 UTC ()
drm_dp_helper.c needs <linux/export.h>.


(riastradh)
diff -r1.1.1.1.2.2 -r1.1.1.1.2.3 src/sys/external/bsd/drm2/dist/drm/drm_dp_helper.c

cvs diff -r1.1.1.1.2.2 -r1.1.1.1.2.3 src/sys/external/bsd/drm2/dist/drm/drm_dp_helper.c (expand / switch to context diff)
--- src/sys/external/bsd/drm2/dist/drm/drm_dp_helper.c 2013/07/23 21:28:21 1.1.1.1.2.2
+++ src/sys/external/bsd/drm2/dist/drm/drm_dp_helper.c 2013/07/24 03:33:03 1.1.1.1.2.3
@@ -27,6 +27,7 @@
 #include <linux/errno.h>
 #include <linux/sched.h>
 #include <linux/i2c.h>
+#include <linux/export.h>
 #include <drm/drm_dp_helper.h>
 #include <drm/drmP.h>