Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Nov 2010 20:41:10 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r215052 - in head/sys: fs/nwfs ia64/ia64 powerpc/booke ufs/ufs
Message-ID:  <201011092041.oA9KfAxw043066@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Tue Nov  9 20:41:10 2010
New Revision: 215052
URL: http://svn.freebsd.org/changeset/base/215052

Log:
  Remove unused includes of <sys/mutex.h> and <machine/mutex.h>.

Modified:
  head/sys/fs/nwfs/nwfs_vnops.c
  head/sys/ia64/ia64/db_machdep.c
  head/sys/ia64/ia64/genassym.c
  head/sys/ia64/ia64/machdep.c
  head/sys/powerpc/booke/locore.S
  head/sys/ufs/ufs/ufs_vnops.c

Modified: head/sys/fs/nwfs/nwfs_vnops.c
==============================================================================
--- head/sys/fs/nwfs/nwfs_vnops.c	Tue Nov  9 20:28:09 2010	(r215051)
+++ head/sys/fs/nwfs/nwfs_vnops.c	Tue Nov  9 20:41:10 2010	(r215052)
@@ -39,8 +39,6 @@
 #include <vm/vm.h>
 #include <vm/vm_extern.h>
 
-#include <machine/mutex.h>
-
 #include <netncp/ncp.h>
 #include <netncp/ncp_conn.h>
 #include <netncp/ncp_subr.h>

Modified: head/sys/ia64/ia64/db_machdep.c
==============================================================================
--- head/sys/ia64/ia64/db_machdep.c	Tue Nov  9 20:28:09 2010	(r215051)
+++ head/sys/ia64/ia64/db_machdep.c	Tue Nov  9 20:41:10 2010	(r215052)
@@ -48,7 +48,6 @@ __FBSDID("$FreeBSD$");
 #include <machine/frame.h>
 #include <machine/kdb.h>
 #include <machine/md_var.h>
-#include <machine/mutex.h>
 #include <machine/pcb.h>
 #include <machine/setjmp.h>
 #include <machine/unwind.h>

Modified: head/sys/ia64/ia64/genassym.c
==============================================================================
--- head/sys/ia64/ia64/genassym.c	Tue Nov  9 20:28:09 2010	(r215051)
+++ head/sys/ia64/ia64/genassym.c	Tue Nov  9 20:41:10 2010	(r215052)
@@ -49,7 +49,6 @@
 #include <sys/resourcevar.h>
 #include <sys/ucontext.h>
 #include <machine/frame.h>
-#include <machine/mutex.h>
 #include <machine/elf.h>
 #include <machine/pal.h>
 #include <machine/pcb.h>

Modified: head/sys/ia64/ia64/machdep.c
==============================================================================
--- head/sys/ia64/ia64/machdep.c	Tue Nov  9 20:28:09 2010	(r215051)
+++ head/sys/ia64/ia64/machdep.c	Tue Nov  9 20:41:10 2010	(r215052)
@@ -88,7 +88,6 @@ __FBSDID("$FreeBSD$");
 #include <machine/intr.h>
 #include <machine/mca.h>
 #include <machine/md_var.h>
-#include <machine/mutex.h>
 #include <machine/pal.h>
 #include <machine/pcb.h>
 #include <machine/reg.h>

Modified: head/sys/powerpc/booke/locore.S
==============================================================================
--- head/sys/powerpc/booke/locore.S	Tue Nov  9 20:28:09 2010	(r215051)
+++ head/sys/powerpc/booke/locore.S	Tue Nov  9 20:41:10 2010	(r215052)
@@ -28,8 +28,6 @@
 
 #include "assym.s"
 
-#include <sys/mutex.h>
-
 #include <machine/asm.h>
 #include <machine/hid.h>
 #include <machine/param.h>

Modified: head/sys/ufs/ufs/ufs_vnops.c
==============================================================================
--- head/sys/ufs/ufs/ufs_vnops.c	Tue Nov  9 20:28:09 2010	(r215051)
+++ head/sys/ufs/ufs/ufs_vnops.c	Tue Nov  9 20:41:10 2010	(r215052)
@@ -61,8 +61,6 @@ __FBSDID("$FreeBSD$");
 #include <sys/conf.h>
 #include <sys/acl.h>
 
-#include <machine/mutex.h>
-
 #include <security/mac/mac_framework.h>
 
 #include <sys/file.h>		/* XXX */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011092041.oA9KfAxw043066>