Module Name:    src
Committed By:   riastradh
Date:           Wed Feb 25 14:56:18 UTC 2015

Modified Files:
        src/sys/external/bsd/drm2/include/asm: io.h

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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/external/bsd/drm2/include/asm/io.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/asm/io.h
diff -u src/sys/external/bsd/drm2/include/asm/io.h:1.3 src/sys/external/bsd/drm2/include/asm/io.h:1.4
--- src/sys/external/bsd/drm2/include/asm/io.h:1.3	Wed Jul 16 20:56:25 2014
+++ src/sys/external/bsd/drm2/include/asm/io.h	Wed Feb 25 14:56:17 2015
@@ -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

Reply via email to