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/asm Linux's <asm/io.h> include...



details:   https://anonhg.NetBSD.org/src/rev/3bfb5f220e6a
branches:  trunk
changeset: 806460:3bfb5f220e6a
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Feb 25 14:56:17 2015 +0000

description:
Linux's <asm/io.h> includes <linux/string.h>, so do so here.

diffstat:

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

diffs (18 lines):

diff -r fc6de2d88f1b -r 3bfb5f220e6a sys/external/bsd/drm2/include/asm/io.h
--- a/sys/external/bsd/drm2/include/asm/io.h    Wed Feb 25 14:55:57 2015 +0000
+++ b/sys/external/bsd/drm2/include/asm/io.h    Wed Feb 25 14:56:17 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: io.h,v 1.3 2014/07/16 20:56:25 riastradh Exp $ */
+/*     $NetBSD: io.h,v 1.4 2015/02/25 14:56:17 riastradh Exp $ */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -35,6 +35,8 @@
 #include <sys/cdefs.h>
 #include <sys/systm.h>
 
+#include <linux/string.h>
+
 /*
  * XXX This is bollocks, and is wrong on various architectures (should
  * work for x86; who knows what else), but bus_space_barrier won't work



Home | Main Index | Thread Index | Old Index