diff options
Diffstat (limited to 'usr/src/uts/sun4u/io/pmubus.c')
-rw-r--r-- | usr/src/uts/sun4u/io/pmubus.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/uts/sun4u/io/pmubus.c b/usr/src/uts/sun4u/io/pmubus.c index 0cfbe4dd3d..502ace5b73 100644 --- a/usr/src/uts/sun4u/io/pmubus.c +++ b/usr/src/uts/sun4u/io/pmubus.c @@ -23,7 +23,6 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" #include <sys/types.h> #include <sys/conf.h> @@ -131,7 +130,9 @@ static struct dev_ops pmubus_ops = { pmubus_detach, nodev, (struct cb_ops *)0, - &pmubus_bus_ops + &pmubus_bus_ops, + NULL, + ddi_quiesce_not_needed, /* quiesce */ }; /* |