usr/src/uts/common/io/lvm/softpart/sp.c
changeset 13452 6bec9720e054
parent 11130 ce5c27fd996f
--- a/usr/src/uts/common/io/lvm/softpart/sp.c	Wed Sep 14 11:28:33 2011 -0500
+++ b/usr/src/uts/common/io/lvm/softpart/sp.c	Thu Sep 15 18:27:52 2011 +0100
@@ -22,6 +22,7 @@
 /*
  * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
+ * Copyright (c) 2011 Bayard G. Bell. All rights reserved.
  */
 
 /*
@@ -103,7 +104,6 @@
 
 md_ops_t		sp_md_ops;
 #ifndef	lint
-char			_depends_on[] = "drv/md";
 md_ops_t		*md_interface_ops = &sp_md_ops;
 #endif