From patchwork Sun Jun 3 17:05:05 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 9088 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 2166C23E57 for ; Sun, 3 Jun 2012 17:05:20 +0000 (UTC) Received: from mail-yx0-f180.google.com (mail-yx0-f180.google.com [209.85.213.180]) by fiordland.canonical.com (Postfix) with ESMTP id D5150A18581 for ; Sun, 3 Jun 2012 17:05:19 +0000 (UTC) Received: by yenq6 with SMTP id q6so2929647yen.11 for ; Sun, 03 Jun 2012 10:05:19 -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=PjEpUF2s2u4pxm9XRb5fo0nKvs6/Kh6ySdbOqsiBFLc=; b=FcdwMw/yHjIJSXufFgpK/Nv9obc9cAGUt+YTfo6M64zhNqYWXuGcLsKCS50l7B0KmY gt7CwS/PyBaY36OEk5kc+rUqqxapcpDdqJEOtjagnbcFzuGJE9Vz3GVTG56vzfe0kvrS zyUjxr45+Zp1LDsMPd4Z2vV8g+CBdX7/KuqNs+EpEDntzu/LBbzCJtXHCU3BMMXGYXBM ePri3A78t2sozshQxtj6464SaZjXu5mVB7l2E20Ig43KhfJdhBntxkcHuSoMjW0qUgcR YPrwWLWA9/cVcET5e8SKC/cDpY5TjLqYyn6bTPsW8cQ/TuKMMKtcwJYnZSpSQVDfq4cg 0Olg== Received: by 10.42.89.72 with SMTP id f8mr5594986icm.33.1338743119154; Sun, 03 Jun 2012 10:05:19 -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 v20csp68969ibb; Sun, 3 Jun 2012 10:05:18 -0700 (PDT) Received: by 10.68.227.227 with SMTP id sd3mr31652304pbc.53.1338743118365; Sun, 03 Jun 2012 10:05:18 -0700 (PDT) Received: from mail-pb0-f50.google.com (mail-pb0-f50.google.com [209.85.160.50]) by mx.google.com with ESMTPS id rr7si12850361pbc.352.2012.06.03.10.05.18 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 03 Jun 2012 10:05:18 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.160.50 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.160.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.160.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 pbbrr4 with SMTP id rr4so5838792pbb.37 for ; Sun, 03 Jun 2012 10:05:18 -0700 (PDT) Received: by 10.68.193.195 with SMTP id hq3mr13716258pbc.30.1338743117827; Sun, 03 Jun 2012 10:05:17 -0700 (PDT) Received: from localhost.localdomain ([122.179.83.183]) by mx.google.com with ESMTPS id u5sm10187343pbu.76.2012.06.03.10.05.13 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 03 Jun 2012 10:05:17 -0700 (PDT) From: Sachin Kamat To: linux-rdma@vger.kernel.org Cc: roland@kernel.org, sean.hefty@intel.com, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH] ocrdma: Remove version.h header file inclusion Date: Sun, 3 Jun 2012 22:35:05 +0530 Message-Id: <1338743105-11304-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.5.4 X-Gm-Message-State: ALoCoQlN/+cnq3RnSMJh2koA5YYdPe+1UeHkF6hUelowZsqi58OcCxS6QJGP63fY6bY7//KZ6ftQ version.h header file is no longer required. Signed-off-by: Sachin Kamat --- drivers/infiniband/hw/ocrdma/ocrdma_main.c | 1 - drivers/infiniband/hw/ocrdma/ocrdma_verbs.h | 1 - 2 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/infiniband/hw/ocrdma/ocrdma_main.c b/drivers/infiniband/hw/ocrdma/ocrdma_main.c index a20d16e..04fef3d 100644 --- a/drivers/infiniband/hw/ocrdma/ocrdma_main.c +++ b/drivers/infiniband/hw/ocrdma/ocrdma_main.c @@ -26,7 +26,6 @@ *******************************************************************/ #include -#include #include #include #include diff --git a/drivers/infiniband/hw/ocrdma/ocrdma_verbs.h b/drivers/infiniband/hw/ocrdma/ocrdma_verbs.h index e648343..633f03d 100644 --- a/drivers/infiniband/hw/ocrdma/ocrdma_verbs.h +++ b/drivers/infiniband/hw/ocrdma/ocrdma_verbs.h @@ -28,7 +28,6 @@ #ifndef __OCRDMA_VERBS_H__ #define __OCRDMA_VERBS_H__ -#include int ocrdma_post_send(struct ib_qp *, struct ib_send_wr *, struct ib_send_wr **bad_wr); int ocrdma_post_recv(struct ib_qp *, struct ib_recv_wr *,