From 7ca725dd2f950526261fc11c5ff294d8bbc3891a Mon Sep 17 00:00:00 2001 From: tsutsui Date: Sat, 13 Oct 2012 06:44:24 +0000 Subject: [PATCH] struct device * -> device_t (from chs@) --- sys/arch/x68k/include/bus.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/x68k/include/bus.h b/sys/arch/x68k/include/bus.h index 20c07acf30f4..ffc565c882ce 100644 --- a/sys/arch/x68k/include/bus.h +++ b/sys/arch/x68k/include/bus.h @@ -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,