Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/drm2/include/linux <linux/io-mapping.h> nee...



details:   https://anonhg.NetBSD.org/src/rev/9b32669e2d30
branches:  trunk
changeset: 336311:9b32669e2d30
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Feb 25 14:02:43 2015 +0000

description:
<linux/io-mapping.h> needs <sys/mman.h> for PROT_READ/WRITE.

>From chs@.

diffstat:

 sys/external/bsd/drm2/include/linux/io-mapping.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ecc2eaecf8d2 -r 9b32669e2d30 sys/external/bsd/drm2/include/linux/io-mapping.h
--- a/sys/external/bsd/drm2/include/linux/io-mapping.h  Wed Feb 25 14:00:52 2015 +0000
+++ b/sys/external/bsd/drm2/include/linux/io-mapping.h  Wed Feb 25 14:02:43 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: io-mapping.h,v 1.4 2014/10/18 11:39:54 njoly Exp $     */
+/*     $NetBSD: io-mapping.h,v 1.5 2015/02/25 14:02:43 riastradh Exp $ */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -36,6 +36,7 @@
 #include <sys/bus.h>
 #include <sys/kmem.h>
 #include <sys/systm.h>
+#include <sys/mman.h>
 
 #include <uvm/uvm_extern.h>
 



Home | Main Index | Thread Index | Old Index