From patchwork Sun Jun 3 16:26:21 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 9086 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 72DD223E5A for ; Sun, 3 Jun 2012 16:26:38 +0000 (UTC) Received: from mail-ob0-f180.google.com (mail-ob0-f180.google.com [209.85.214.180]) by fiordland.canonical.com (Postfix) with ESMTP id 2D48DA1892C for ; Sun, 3 Jun 2012 16:26:38 +0000 (UTC) Received: by obbun3 with SMTP id un3so7054745obb.11 for ; Sun, 03 Jun 2012 09:26:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:x-gm-message-state; bh=hT3IVsaOBkmyJlv5Bc0n0PEvhq7FMRUBl1Baeqxnt2I=; b=ocYwlrudqkmAJZs0Kjcz8WkIOI8SnIo3+l6M6yM1V6QMjg+bo6q2aHczZ3aYlTWXqt MxH/FLrsbpX1MJLn1iJ5NtOi4gQej4sOnw2hBqr70St1E3L7NCiSYGeaLcT2HPP54wqB tN0lI6Kss/YHhl8fmKkCQCgm7yXLVoxVa7/joYgGueDGdsFv82NLoIoaNL7PTNl2tXn0 fON7PsYb8O3AFYvKkp7dJ2deq2lOrCG5Qls2PAb2VazlC7ECNu0nysoJ6XhyLy7yChU4 cWwVd3T5DVRsMxaQpMUk4Sn5CBruAAoSZLqTh3kSIiY5ZjyKvt5vi0kupI/4EGabAmBH PHnQ== Received: by 10.50.163.99 with SMTP id yh3mr5841698igb.53.1338740797477; Sun, 03 Jun 2012 09:26:37 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.231.24.148 with SMTP id v20csp68014ibb; Sun, 3 Jun 2012 09:26:36 -0700 (PDT) Received: by 10.68.138.161 with SMTP id qr1mr25165252pbb.37.1338740796357; Sun, 03 Jun 2012 09:26:36 -0700 (PDT) Received: from mail-pz0-f50.google.com (mail-pz0-f50.google.com [209.85.210.50]) by mx.google.com with ESMTPS id tm6si12721136pbc.281.2012.06.03.09.26.35 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 03 Jun 2012 09:26:36 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.210.50 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.210.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.210.50 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) smtp.mail=sachin.kamat@linaro.org Received: by danh15 with SMTP id h15so5639375dan.37 for ; Sun, 03 Jun 2012 09:26:35 -0700 (PDT) Received: by 10.68.226.73 with SMTP id rq9mr30409323pbc.145.1338740795298; Sun, 03 Jun 2012 09:26:35 -0700 (PDT) Received: from localhost.localdomain ([122.179.83.183]) by mx.google.com with ESMTPS id py5sm10137773pbb.1.2012.06.03.09.26.30 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 03 Jun 2012 09:26:34 -0700 (PDT) From: Sachin Kamat To: linux-kernel@vger.kernel.org Cc: axboe@kernel.dk, asamymuthupa@micron.com, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH] mtip32xx: Remove version.h header file inclusion Date: Sun, 3 Jun 2012 21:56:21 +0530 Message-Id: <1338740781-10918-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.5.4 X-Gm-Message-State: ALoCoQmTKT5BKZisj1AEywA7LiWpHVNTT27A518b/NKIYEdo0NbBcatvHd/fxm2jHbYtZysgBDOV version.h header file inclusion is no longer required. Signed-off-by: Sachin Kamat --- drivers/block/mtip32xx/mtip32xx.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/block/mtip32xx/mtip32xx.h b/drivers/block/mtip32xx/mtip32xx.h index b2c88da..adb1aae 100644 --- a/drivers/block/mtip32xx/mtip32xx.h +++ b/drivers/block/mtip32xx/mtip32xx.h @@ -26,7 +26,6 @@ #include #include #include -#include /* Offset of Subsystem Device ID in pci confoguration space */ #define PCI_SUBSYSTEM_DEVICEID 0x2E