diff options
Diffstat (limited to 'usr/src/uts/common/io/emul64.c')
-rw-r--r-- | usr/src/uts/common/io/emul64.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/uts/common/io/emul64.c b/usr/src/uts/common/io/emul64.c index f5e5166223..e8d18d109f 100644 --- a/usr/src/uts/common/io/emul64.c +++ b/usr/src/uts/common/io/emul64.c @@ -21,6 +21,7 @@ /* * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. + * Copyright (c) 2011 Bayard G. Bell. All rights reserved. */ @@ -204,8 +205,6 @@ static struct dev_ops emul64_ops = { ddi_quiesce_not_needed, /* quiesce */ }; -char _depends_on[] = "misc/scsi"; - static struct modldrv modldrv = { &mod_driverops, /* module type - driver */ "emul64 SCSI Host Bus Adapter", /* module name */ |