From owner-svn-src-head@FreeBSD.ORG Thu May 20 12:44:06 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6D191065672; Thu, 20 May 2010 12:44:06 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from svn.freebsd.org (unknown [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B3A828FC17; Thu, 20 May 2010 12:44:06 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o4KCi62Y097694; Thu, 20 May 2010 12:44:06 GMT (envelope-from marius@svn.freebsd.org) Received: (from marius@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o4KCi6SF097693; Thu, 20 May 2010 12:44:06 GMT (envelope-from marius@svn.freebsd.org) Message-Id: <201005201244.o4KCi6SF097693@svn.freebsd.org> From: Marius Strobl Date: Thu, 20 May 2010 12:44:06 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r208348 - in head/sys/cam: ata scsi X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 May 2010 12:44:06 -0000 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 #include -#ifdef PC98 -#include /* geometry translation */ -#endif - #include #include #include 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 #include -#ifdef PC98 -#include /* geometry translation */ -#endif - #include #include #include