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_bufs.c needs <li...
details: https://anonhg.NetBSD.org/src/rev/b18cc3f97b23
branches: riastradh-drm2
changeset: 788067:b18cc3f97b23
user: riastradh <riastradh%NetBSD.org@localhost>
date: Wed Jul 24 02:04:46 2013 +0000
description:
drm_bufs.c needs <linux/sched.h>, <linux/mm.h>, and <asm/mtrr.h>.
diffstat:
sys/external/bsd/drm2/dist/drm/drm_bufs.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diffs (15 lines):
diff -r a3575c75603b -r b18cc3f97b23 sys/external/bsd/drm2/dist/drm/drm_bufs.c
--- a/sys/external/bsd/drm2/dist/drm/drm_bufs.c Wed Jul 24 02:04:31 2013 +0000
+++ b/sys/external/bsd/drm2/dist/drm/drm_bufs.c Wed Jul 24 02:04:46 2013 +0000
@@ -35,8 +35,11 @@
#include <linux/vmalloc.h>
#include <linux/slab.h>
+#include <linux/sched.h>
#include <linux/log2.h>
#include <linux/export.h>
+#include <linux/mm.h>
+#include <asm/mtrr.h>
#include <asm/shmparam.h>
#include <drm/drmP.h>
Home |
Main Index |
Thread Index |
Old Index