Module Name: src
Committed By: tsutsui
Date: Sat Oct 13 06:44:24 UTC 2012
Modified Files:
src/sys/arch/x68k/include: bus.h
Log Message:
struct device * -> device_t (from chs@)
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/x68k/include/bus.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/x68k/include/bus.h
diff -u src/sys/arch/x68k/include/bus.h:1.24 src/sys/arch/x68k/include/bus.h:1.25
--- src/sys/arch/x68k/include/bus.h:1.24 Thu Mar 24 15:05:55 2011
+++ src/sys/arch/x68k/include/bus.h Sat Oct 13 06:44:24 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: bus.h,v 1.24 2011/03/24 15:05:55 tsutsui Exp $ */
+/* $NetBSD: bus.h,v 1.25 2012/10/13 06:44:24 tsutsui Exp $ */
/*-
* Copyright (c) 1998, 2001 The NetBSD Foundation, Inc.
@@ -99,7 +99,7 @@ struct x68k_bus_space {
int); /* flags */
#endif
- struct device *x68k_bus_device;
+ device_t x68k_bus_device;
};
int x68k_bus_space_alloc(bus_space_tag_t, bus_addr_t, bus_addr_t, bus_size_t,