From patchwork Thu May 3 09:32:28 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 8371 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 CD31023E20 for ; Thu, 3 May 2012 09:41:57 +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 8AB42A187FA for ; Thu, 3 May 2012 09:41:57 +0000 (UTC) Received: by yenl4 with SMTP id l4so1909911yen.11 for ; Thu, 03 May 2012 02:41:57 -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=YZ2Y6nOvo5Opz0xmFcD0EcSbRxq66PIJRsHvvOkrrKw=; b=HhYa6XTI/0eOE2cftMSsiTwLJ6SR3noM6LjE7pFwAkOTRb3jGZO13TGWC41GIrB3sa g14XFtYz7YRsnlzbNih7WPa3BZQ7mWAsjFZgbDB64zT/txxZf3H/IJdH1voXT/fbq5KI sdR06d95ldm3WT9Yw8XlB+ttwCQxx8GHMg2OjCYpCfcl33Xdt4GS6VobPRVT6nnrYFye 91/05KWSjIlgEZk/4H0p4P0uHt8sWSWxXoDpXFWRKK/iGVBv9xY554N0W1PUmj3OXzIV WE/FwdwxlIMXSFAOtX25UaB4x8lG++xryUwoBiEmdoIxNQasdrP7GhCmU6GYFNHKMtoB EWWA== Received: by 10.50.41.196 with SMTP id h4mr287015igl.33.1336038116911; Thu, 03 May 2012 02:41:56 -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.137.198 with SMTP id x6csp6907ibt; Thu, 3 May 2012 02:41:56 -0700 (PDT) Received: by 10.68.194.130 with SMTP id hw2mr5294784pbc.112.1336038115660; Thu, 03 May 2012 02:41:55 -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 hz10si4563659pbc.359.2012.05.03.02.41.55 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 03 May 2012 02:41:55 -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 rr4so2797631pbb.37 for ; Thu, 03 May 2012 02:41:55 -0700 (PDT) Received: by 10.68.135.40 with SMTP id pp8mr5897326pbb.13.1336038115258; Thu, 03 May 2012 02:41:55 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id og6sm4786579pbb.42.2012.05.03.02.41.52 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 03 May 2012 02:41:54 -0700 (PDT) From: Sachin Kamat To: linux-kernel@vger.kernel.org Cc: vinod.koul@intel.com, dan.j.williams@intel.com, jaswinder.singh@linaro.org, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 1/1] DMA: PL330: Remove duplicate header file inclusion Date: Thu, 3 May 2012 15:02:28 +0530 Message-Id: <1336037548-13718-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 X-Gm-Message-State: ALoCoQkcKqwjywUR4016CqKtJIgxnx93JY9i8j2tgIQExJQfT1Bzodb0kXOeTFY7MTynKoJ13E+8 Removes file which was included twice. Signed-off-by: Sachin Kamat Acked-by: Jassi Brar --- drivers/dma/pl330.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/dma/pl330.c b/drivers/dma/pl330.c index 2ee6e23..e8ebca7 100644 --- a/drivers/dma/pl330.c +++ b/drivers/dma/pl330.c @@ -21,7 +21,6 @@ #include #include #include -#include #include #include #include