Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759250AbYGFNH4 (ORCPT ); Sun, 6 Jul 2008 09:07:56 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757600AbYGFNBn (ORCPT ); Sun, 6 Jul 2008 09:01:43 -0400 Received: from wx-out-0506.google.com ([66.249.82.230]:59028 "EHLO wx-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756487AbYGFNBf (ORCPT ); Sun, 6 Jul 2008 09:01:35 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=Zac/I4ErwiQSJ0bXMMgplJOYoO+9KtrWP2f4I4vhWR7xV7hBFiStEy9Zu9+BIYge8t jChRlGFMjDl4+Nlqxg7qvVckPiXwOjhmEA+GuC3aoJcr1mF1NifyuHimaozb1/EFS24g dEkt/0/CjZnzQyyX+AU6v2t95Jrz8xz5vULik= Message-ID: Date: Sun, 6 Jul 2008 17:01:34 +0400 From: "Alexander Beregalov" To: James.Bottomley@HansenPartnership.com, bharrosh@panasas.com, linux-scsi@vger.kernel.org, kernel-janitors@vger.kernel.org, "Linux Kernel Mailing List" Subject: [PATCH] scsi_cmnd.h: remove double inclusion of linux/blkdev.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 814 Lines: 27 From: Alexander Beregalov Remove double inclusion of linux/blkdev.h include/scsi/scsi_cmnd.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) Signed-off-by: Alexander Beregalov --- diff --git a/include/scsi/scsi_cmnd.h b/include/scsi/scsi_cmnd.h index 3e46dfa..66c9448 100644 --- a/include/scsi/scsi_cmnd.h +++ b/include/scsi/scsi_cmnd.h @@ -7,7 +7,6 @@ #include #include #include -#include struct Scsi_Host; struct scsi_device; -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/