diff options
Diffstat (limited to 'usr/src/uts/sun4v/io/drctl.c')
-rw-r--r-- | usr/src/uts/sun4v/io/drctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/sun4v/io/drctl.c b/usr/src/uts/sun4v/io/drctl.c index 1a49beba03..d5f96951de 100644 --- a/usr/src/uts/sun4v/io/drctl.c +++ b/usr/src/uts/sun4v/io/drctl.c @@ -24,7 +24,6 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" /* * DR control module for LDoms @@ -95,11 +94,12 @@ static struct dev_ops drctl_ops = { &drctl_cb_ops, /* driver operations */ NULL, /* bus operations */ NULL, /* power */ + ddi_quiesce_not_needed, /* quiesce */ }; static struct modldrv modldrv = { &mod_driverops, /* type of module - driver */ - "DR Control pseudo driver v%I%", + "DR Control pseudo driver", &drctl_ops }; |