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_gem.c needs <lin...
details: https://anonhg.NetBSD.org/src/rev/07dc551e2fc3
branches: riastradh-drm2
changeset: 788130:07dc551e2fc3
user: riastradh <riastradh%NetBSD.org@localhost>
date: Wed Jul 24 02:22:43 2013 +0000
description:
drm_gem.c needs <linux/err.h>, <linux/export.h>, and <asm/bug.h>.
diffstat:
sys/external/bsd/drm2/dist/drm/drm_gem.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diffs (13 lines):
diff -r 2805e4f3ddce -r 07dc551e2fc3 sys/external/bsd/drm2/dist/drm/drm_gem.c
--- a/sys/external/bsd/drm2/dist/drm/drm_gem.c Wed Jul 24 02:22:28 2013 +0000
+++ b/sys/external/bsd/drm2/dist/drm/drm_gem.c Wed Jul 24 02:22:43 2013 +0000
@@ -36,6 +36,9 @@
#include <linux/pagemap.h>
#include <linux/shmem_fs.h>
#include <linux/dma-buf.h>
+#include <linux/err.h>
+#include <linux/export.h>
+#include <asm/bug.h>
#include <drm/drmP.h>
/** @file drm_gem.c
Home |
Main Index |
Thread Index |
Old Index