diff options
-rw-r--r-- | usr/src/uts/sun4u/io/i2c/nexus/pcf8584.c | 9 | ||||
-rw-r--r-- | usr/src/uts/sun4u/io/i2c/nexus/smbus.c | 9 |
2 files changed, 8 insertions, 10 deletions
diff --git a/usr/src/uts/sun4u/io/i2c/nexus/pcf8584.c b/usr/src/uts/sun4u/io/i2c/nexus/pcf8584.c index 600d1a39ff..92b7d26ff5 100644 --- a/usr/src/uts/sun4u/io/i2c/nexus/pcf8584.c +++ b/usr/src/uts/sun4u/io/i2c/nexus/pcf8584.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. */ @@ -568,7 +567,7 @@ pcf8584_bus_ctl(dev_info_t *dip, dev_info_t *rdip, ddi_ctl_enum_t op, pcf8584_uninitchild((dev_info_t *)arg); return (DDI_SUCCESS); - CTLOPS_REPORTDEV: + case DDI_CTLOPS_REPORTDEV: pcf8584_reportdev(dip, rdip); return (DDI_SUCCESS); diff --git a/usr/src/uts/sun4u/io/i2c/nexus/smbus.c b/usr/src/uts/sun4u/io/i2c/nexus/smbus.c index 2cd081bdb4..3cd5200fa4 100644 --- a/usr/src/uts/sun4u/io/i2c/nexus/smbus.c +++ b/usr/src/uts/sun4u/io/i2c/nexus/smbus.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. */ @@ -462,7 +461,7 @@ smbus_bus_ctl(dev_info_t *dip, dev_info_t *rdip, ddi_ctl_enum_t op, smbus_uninitchild((dev_info_t *)arg); return (DDI_SUCCESS); - CTLOPS_REPORTDEV: + case DDI_CTLOPS_REPORTDEV: smbus_reportdev(dip, rdip); return (DDI_SUCCESS); |