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/drm drm_agpsupport.c nee...



details:   https://anonhg.NetBSD.org/src/rev/10d096154b80
branches:  riastradh-drm2
changeset: 788044:10d096154b80
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Jul 24 01:58:51 2013 +0000

description:
drm_agpsupport.c needs <linux/export.h>.

diffstat:

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

diffs (11 lines):

diff -r 1963dc016f56 -r 10d096154b80 sys/external/bsd/drm2/dist/drm/drm_agpsupport.c
--- a/sys/external/bsd/drm2/dist/drm/drm_agpsupport.c   Wed Jul 24 01:58:36 2013 +0000
+++ b/sys/external/bsd/drm2/dist/drm/drm_agpsupport.c   Wed Jul 24 01:58:51 2013 +0000
@@ -33,6 +33,7 @@
 
 #include <drm/drmP.h>
 #include <linux/errno.h>
+#include <linux/export.h>
 #include <linux/module.h>
 #include <linux/slab.h>
 



Home | Main Index | Thread Index | Old Index