Make sure we export ddi_quiesce_not_needed
This commit is contained in:
parent
0e41414946
commit
f590d7d374
|
@ -193,6 +193,7 @@ ddi_quiesce_not_needed(dev_info_t *dip)
|
|||
{
|
||||
RETURN(DDI_SUCCESS);
|
||||
}
|
||||
EXPORT_SYMBOL(ddi_quiesce_not_needed);
|
||||
|
||||
#if 0
|
||||
static int
|
||||
|
|
Loading…
Reference in New Issue