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/3763a7ff8275
branches:  trunk
changeset: 336318:3763a7ff8275
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 eff5e8b4907e -r 3763a7ff8275 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