One more missed file on migration of struct device sc_dev -> device_t sc_dev.

This commit is contained in:
tsutsui 2008-03-29 09:16:19 +00:00
parent 8d17a1295b
commit 30a5080cfd
1 changed files with 2 additions and 2 deletions

View File

@ -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.
@ -206,7 +206,7 @@ struct pnviocdesc {
#if defined(_KERNEL)
struct prep_mk48txx_softc {
struct device sc_dev;
device_t *sc_dev;
bus_space_tag_t sc_bst; /* bus tag & handle */
bus_space_handle_t sc_bsh; /* */