One more missed file on migration of struct device sc_dev -> device_t sc_dev.
This commit is contained in:
parent
8d17a1295b
commit
30a5080cfd
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: nvram.h,v 1.4 2007/03/21 04:13:53 garbled Exp $ */
|
/* $NetBSD: nvram.h,v 1.5 2008/03/29 09:16:19 tsutsui Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 2006 The NetBSD Foundation, Inc.
|
* Copyright (c) 2006 The NetBSD Foundation, Inc.
|
||||||
|
@ -206,7 +206,7 @@ struct pnviocdesc {
|
||||||
|
|
||||||
#if defined(_KERNEL)
|
#if defined(_KERNEL)
|
||||||
struct prep_mk48txx_softc {
|
struct prep_mk48txx_softc {
|
||||||
struct device sc_dev;
|
device_t *sc_dev;
|
||||||
bus_space_tag_t sc_bst; /* bus tag & handle */
|
bus_space_tag_t sc_bst; /* bus tag & handle */
|
||||||
bus_space_handle_t sc_bsh; /* */
|
bus_space_handle_t sc_bsh; /* */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue