diff options
author | cth <none@none> | 2007-05-01 05:33:55 -0700 |
---|---|---|
committer | cth <none@none> | 2007-05-01 05:33:55 -0700 |
commit | f4da9be01648d6afa604495d9b9956dddeb92a8c (patch) | |
tree | e3730f62fe03f317264d5c836fe4e6710acc729f /usr/src/uts/common/os/autoconf.c | |
parent | 75c7619736838143dd41b3c5c9d7adec4683488f (diff) | |
download | illumos-joyent-f4da9be01648d6afa604495d9b9956dddeb92a8c.tar.gz |
PSARC 2007/176 path-oriented driver alias
6536151 path-oriented driver alias
Diffstat (limited to 'usr/src/uts/common/os/autoconf.c')
-rw-r--r-- | usr/src/uts/common/os/autoconf.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/usr/src/uts/common/os/autoconf.c b/usr/src/uts/common/os/autoconf.c index 95c236cff6..2adffdd7b0 100644 --- a/usr/src/uts/common/os/autoconf.c +++ b/usr/src/uts/common/os/autoconf.c @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2005 Sun Microsystems, Inc. All rights reserved. + * Copyright 2007 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -403,8 +402,6 @@ create_devinfo_tree(void) void i_ddi_init_root() { - extern int i_ndi_make_spec_children(dev_info_t *, uint_t); - #ifdef DDI_PROP_DEBUG (void) ddi_prop_debug(1); /* Enable property debugging */ #endif /* DDI_PROP_DEBUG */ |