usr/src/uts/common/io/ppm/ppm.c
changeset 9521 b061a79d3d1a
parent 9519 fc2830e2f3c4
child 9694 78fafb281255
--- a/usr/src/uts/common/io/ppm/ppm.c	Thu Apr 30 17:08:54 2009 -0700
+++ b/usr/src/uts/common/io/ppm/ppm.c	Thu Apr 30 20:04:06 2009 -0700
@@ -19,7 +19,7 @@
  * CDDL HEADER END
  */
 /*
- * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
+ * Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 
@@ -746,9 +746,6 @@
 }
 
 
-static int	ppm_manage_sx(s3a_t *, int);
-static int	ppm_search_list(pm_searchargs_t *);
-
 /*
  * interface between pm framework and ppm driver
  */
@@ -765,6 +762,8 @@
 	ppm_owned_t	*owned;
 	int		mode;
 	int		ret = DDI_SUCCESS;
+	static int	ppm_manage_sx(s3a_t *, int);
+	static int	ppm_search_list(pm_searchargs_t *);
 	int 		*res = (int *)result;
 	s3a_t s3args;