diff options
Diffstat (limited to 'usr/src/uts/common/sys/esunddi.h')
| -rw-r--r-- | usr/src/uts/common/sys/esunddi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/sys/esunddi.h b/usr/src/uts/common/sys/esunddi.h index e057d7e36e..3cde0b2b14 100644 --- a/usr/src/uts/common/sys/esunddi.h +++ b/usr/src/uts/common/sys/esunddi.h @@ -20,7 +20,7 @@ * CDDL HEADER END */ /* - * Copyright 2004 Sun Microsystems, Inc. All rights reserved. + * Copyright 2005 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -211,7 +211,7 @@ e_ddi_walk_driver(char *, int (*f)(dev_info_t *, void *), void *); * NOTE: .conf nodeids are not valid arguments to this function. */ dev_info_t * -e_ddi_nodeid_to_dip(dnode_t nodeid); +e_ddi_nodeid_to_dip(pnode_t nodeid); /* * Obsolete interfaces, no longer used, to be removed. |
