Add missing policy includes, add missing sun ddi bits

This commit is contained in:
Brian Behlendorf
2009-01-09 10:49:47 -08:00
parent 70997fb4b1
commit d83ba26e18
3 changed files with 14 additions and 0 deletions
+6
View File
@@ -188,6 +188,12 @@ __ddi_remove_minor_node(dev_info_t *di, char *name)
}
EXPORT_SYMBOL(__ddi_remove_minor_node);
int
ddi_quiesce_not_needed(dev_info_t *dip)
{
RETURN(DDI_SUCCESS);
}
#if 0
static int
mod_generic_open(struct inode *, struct file *)