diff usr/src/uts/common/fs/nfs/nfs_server.c @ 13452:6bec9720e054

1073 migrate kernel modules from ancient _depends_on to true ELF dependencies Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Garrett D'Amore <garrett@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
author Bayard Bell <buffer.g.overflow@gmail.com>
date Thu, 15 Sep 2011 18:27:52 +0100
parents e64e5d843075
children bf40125f4b37
line wrap: on
line diff
--- a/usr/src/uts/common/fs/nfs/nfs_server.c	Wed Sep 14 11:28:33 2011 -0500
+++ b/usr/src/uts/common/fs/nfs/nfs_server.c	Thu Sep 15 18:27:52 2011 +0100
@@ -20,6 +20,7 @@
  */
 /*
  * Copyright (c) 1990, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011 Bayard G. Bell. All rights reserved.
  */
 
 /*
@@ -103,8 +104,6 @@
 	MODREV_1, (void *)&modlmisc, NULL
 };
 
-char _depends_on[] = "misc/klmmod";
-
 kmem_cache_t *nfs_xuio_cache;
 int nfs_loaned_buffers = 0;