diff options
Diffstat (limited to 'usr/src/uts/common/sys')
-rw-r--r-- | usr/src/uts/common/sys/cmlb_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/sys/cmlb_impl.h b/usr/src/uts/common/sys/cmlb_impl.h index 1927123457..47ee3ab7bd 100644 --- a/usr/src/uts/common/sys/cmlb_impl.h +++ b/usr/src/uts/common/sys/cmlb_impl.h @@ -20,7 +20,7 @@ */ /* - * Copyright 2009 Sun Microsystems, Inc. All rights reserved. + * Copyright 2010 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -75,7 +75,7 @@ extern "C" { #define CMLB_MUTEX(cl) (&((cl)->cl_mutex)) #define CMLB_DEVINFO(cl) ((cl)->cl_devi) -#define CMLB_LABEL(cl) (DEVI(((cl)->cl_devi))->devi_binding_name) +#define CMLB_LABEL(cl) (ddi_driver_name((cl->cl_devi))) #define ISREMOVABLE(cl) (cl->cl_is_removable) |