summaryrefslogtreecommitdiff
path: root/usr/src/uts/sun/io/scsi/adapters/fas.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/sun/io/scsi/adapters/fas.c')
-rw-r--r--usr/src/uts/sun/io/scsi/adapters/fas.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/uts/sun/io/scsi/adapters/fas.c b/usr/src/uts/sun/io/scsi/adapters/fas.c
index 06816a06ed..12e3aa3102 100644
--- a/usr/src/uts/sun/io/scsi/adapters/fas.c
+++ b/usr/src/uts/sun/io/scsi/adapters/fas.c
@@ -21,6 +21,7 @@
/*
* Copyright 2008 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
+ * Copyright (c) 2011 Bayard G. Bell. All rights reserved.
*/
@@ -382,8 +383,6 @@ static struct dev_ops fas_ops = {
ddi_quiesce_not_supported, /* devo_quiesce */
};
-char _depends_on[] = "misc/scsi";
-
static struct modldrv modldrv = {
&mod_driverops, /* Type of module. This one is a driver */
"FAS SCSI HBA Driver", /* Name of the module. */