Module Name: src
Committed By: riastradh
Date: Wed Feb 25 14:02:43 UTC 2015
Modified Files:
src/sys/external/bsd/drm2/include/linux: io-mapping.h
Log Message:
<linux/io-mapping.h> needs <sys/mman.h> for PROT_READ/WRITE.
>From chs@.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/external/bsd/drm2/include/linux/io-mapping.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/external/bsd/drm2/include/linux/io-mapping.h
diff -u src/sys/external/bsd/drm2/include/linux/io-mapping.h:1.4 src/sys/external/bsd/drm2/include/linux/io-mapping.h:1.5
--- src/sys/external/bsd/drm2/include/linux/io-mapping.h:1.4 Sat Oct 18 11:39:54 2014
+++ src/sys/external/bsd/drm2/include/linux/io-mapping.h Wed Feb 25 14:02:43 2015
@@ -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>