Module Name:    src
Committed By:   tsutsui
Date:           Sun Jan  2 08:19:03 UTC 2011

Modified Files:
        src/sys/arch/next68k/dev: intiovar.h

Log Message:
Explicitly include <machine/bus.h> here for bus_space_tag_t and bus_dma_tag_t.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/next68k/dev/intiovar.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/arch/next68k/dev/intiovar.h
diff -u src/sys/arch/next68k/dev/intiovar.h:1.6 src/sys/arch/next68k/dev/intiovar.h:1.7
--- src/sys/arch/next68k/dev/intiovar.h:1.6	Mon Apr 28 20:23:30 2008
+++ src/sys/arch/next68k/dev/intiovar.h	Sun Jan  2 08:19:03 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: intiovar.h,v 1.6 2008/04/28 20:23:30 martin Exp $	*/
+/*	$NetBSD: intiovar.h,v 1.7 2011/01/02 08:19:03 tsutsui Exp $	*/
 
 /*-
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -34,6 +34,8 @@
  * internal i/o space.
  */
 
+#include <machine/bus.h>
+
 /*
  * Arguments used to attach a device to the internal i/o space.
  */

Reply via email to