diff usr/src/uts/common/io/lvm/mirror/mirror.c @ 1366:18ae7db30fe7

6376469 Drivers are declaring _depends_on incorrectly leading to venus optimizing it out
author petede
date Wed, 01 Feb 2006 07:47:13 -0800
parents 042bf15ebd92
children 7bac4a816ebe
line wrap: on
line diff
--- a/usr/src/uts/common/io/lvm/mirror/mirror.c	Wed Feb 01 06:46:13 2006 -0800
+++ b/usr/src/uts/common/io/lvm/mirror/mirror.c	Wed Feb 01 07:47:13 2006 -0800
@@ -2,9 +2,8 @@
  * CDDL HEADER START
  *
  * The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License").  You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
  *
  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
  * or http://www.opensolaris.org/os/licensing.
@@ -20,7 +19,7 @@
  * CDDL HEADER END
  */
 /*
- * Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
+ * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 
@@ -61,7 +60,7 @@
 
 md_ops_t		mirror_md_ops;
 #ifndef	lint
-static char		_depends_on[] = "drv/md";
+char			_depends_on[] = "drv/md";
 md_ops_t		*md_interface_ops = &mirror_md_ops;
 #endif