Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 May 2010 12:44:06 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r208348 - in head/sys/cam: ata scsi
Message-ID:  <201005201244.o4KCi6SF097693@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marius
Date: Thu May 20 12:44:06 2010
New Revision: 208348
URL: http://svn.freebsd.org/changeset/base/208348

Log:
  Remove unnecessary headers which were inherited from cam_xpt.c without
  reason.
  
  Reviewed by:	mav
  MFC after:	3 days

Modified:
  head/sys/cam/ata/ata_xpt.c
  head/sys/cam/scsi/scsi_xpt.c

Modified: head/sys/cam/ata/ata_xpt.c
==============================================================================
--- head/sys/cam/ata/ata_xpt.c	Thu May 20 10:51:22 2010	(r208347)
+++ head/sys/cam/ata/ata_xpt.c	Thu May 20 12:44:06 2010	(r208348)
@@ -44,10 +44,6 @@ __FBSDID("$FreeBSD$");
 #include <sys/mutex.h>
 #include <sys/sysctl.h>
 
-#ifdef PC98
-#include <pc98/pc98/pc98_machdep.h>	/* geometry translation */
-#endif
-
 #include <cam/cam.h>
 #include <cam/cam_ccb.h>
 #include <cam/cam_queue.h>

Modified: head/sys/cam/scsi/scsi_xpt.c
==============================================================================
--- head/sys/cam/scsi/scsi_xpt.c	Thu May 20 10:51:22 2010	(r208347)
+++ head/sys/cam/scsi/scsi_xpt.c	Thu May 20 12:44:06 2010	(r208348)
@@ -47,10 +47,6 @@ __FBSDID("$FreeBSD$");
 #include <sys/mutex.h>
 #include <sys/sysctl.h>
 
-#ifdef PC98
-#include <pc98/pc98/pc98_machdep.h>	/* geometry translation */
-#endif
-
 #include <cam/cam.h>
 #include <cam/cam_ccb.h>
 #include <cam/cam_queue.h>



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