From patchwork Tue Nov 20 06:39:09 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 12972 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 C510623FC0 for ; Tue, 20 Nov 2012 06:45:22 +0000 (UTC) Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) by fiordland.canonical.com (Postfix) with ESMTP id 69A2DA18055 for ; Tue, 20 Nov 2012 06:45:22 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id e10so7722639iej.11 for ; Mon, 19 Nov 2012 22:45:21 -0800 (PST) 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=ZDFTIXklR2lDqqyMu8B9b9WnZuyUT4vPsU7GwGjUx34=; b=MlaHEkLDvcMbi1DGdTNwx3XBLt3CzbIbGmFzgvtNEKDLxXkjpaDjfIl7T081N3Vpi7 lj8bJYa8aoQOQsJ6VDRn1jo3iaONseBJ9MgjPK4xVPPUXn8m04JFjsUg4D1mwPM05zzL Ct2Nop5LXBL1iRK2UdDzMhKEwzHC6HzR/vMTWPliW6SOEOReKlFV3aT2QVnZBqjvx4uw /eNk8wyPXgVjV56Dcd+LfE5wtHjNrkQ8bxMAc87lysHRhmsOql/yJ8KAdKpStr3jr7o2 ztmcpA5EdjepaC1fs0REL4vZOU5GLiq/gnbGdzui9XFuSb0WDSmMPWjIDKEecgP+bLbF 1y9g== Received: by 10.50.213.69 with SMTP id nq5mr8914599igc.70.1353393921861; Mon, 19 Nov 2012 22:45:21 -0800 (PST) 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.50.67.148 with SMTP id n20csp277079igt; Mon, 19 Nov 2012 22:45:19 -0800 (PST) Received: by 10.66.78.67 with SMTP id z3mr5363388paw.33.1353393919254; Mon, 19 Nov 2012 22:45:19 -0800 (PST) Received: from mail-pb0-f42.google.com (mail-pb0-f42.google.com [209.85.160.42]) by mx.google.com with ESMTPS id e3si16606162pax.167.2012.11.19.22.45.18 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 19 Nov 2012 22:45:19 -0800 (PST) Received-SPF: neutral (google.com: 209.85.160.42 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.160.42; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.160.42 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) smtp.mail=sachin.kamat@linaro.org Received: by mail-pb0-f42.google.com with SMTP id rp2so3576946pbb.15 for ; Mon, 19 Nov 2012 22:45:18 -0800 (PST) Received: by 10.66.75.162 with SMTP id d2mr5355459paw.27.1353393918828; Mon, 19 Nov 2012 22:45:18 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id zv10sm7547580pbc.76.2012.11.19.22.45.15 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 19 Nov 2012 22:45:18 -0800 (PST) From: Sachin Kamat To: linux-sh@vger.kernel.org Cc: lethal@linux-sh.org, magnus.damm@gmail.com, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 1/1] ARM: shmobile: Remove duplicate inclusion of dma-mapping.h in setup-r8a7740.c Date: Tue, 20 Nov 2012 12:09:09 +0530 Message-Id: <1353393549-1532-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 X-Gm-Message-State: ALoCoQliyjeazALEJ0jxkpAUX+M6o/yagcSIs4BhzZmdiTbiHtL0eAkve3QtxHx6MnG2F1YLSruH linux/dma-mapping.h was included twice. Signed-off-by: Sachin Kamat --- arch/arm/mach-shmobile/setup-r8a7740.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-shmobile/setup-r8a7740.c b/arch/arm/mach-shmobile/setup-r8a7740.c index 0952224..878a07a 100644 --- a/arch/arm/mach-shmobile/setup-r8a7740.c +++ b/arch/arm/mach-shmobile/setup-r8a7740.c @@ -27,7 +27,6 @@ #include #include #include -#include #include #include #include