svn commit: r256841 - projects/camlock/sys/cam
Alexander Motin
mav at FreeBSD.org
Mon Oct 21 10:08:40 UTC 2013
Author: mav
Date: Mon Oct 21 10:08:39 2013
New Revision: 256841
URL: http://svnweb.freebsd.org/changeset/base/256841
Log:
Includes are not needed either.
Modified:
projects/camlock/sys/cam/cam_sim.h
Modified: projects/camlock/sys/cam/cam_sim.h
==============================================================================
--- projects/camlock/sys/cam/cam_sim.h Mon Oct 21 09:51:06 2013 (r256840)
+++ projects/camlock/sys/cam/cam_sim.h Mon Oct 21 10:08:39 2013 (r256841)
@@ -33,9 +33,6 @@
#ifdef _KERNEL
-#include <sys/lock.h>
-#include <sys/mutex.h>
-
/*
* The sim driver creates a sim for each controller. The sim device
* queue is separately created in order to allow resource sharing between
More information about the svn-src-projects
mailing list