From patchwork Tue Jun 12 08:26:03 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 9216 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 065CB23EB4 for ; Tue, 12 Jun 2012 08:37:26 +0000 (UTC) Received: from mail-yw0-f52.google.com (mail-yw0-f52.google.com [209.85.213.52]) by fiordland.canonical.com (Postfix) with ESMTP id B73C6A18998 for ; Tue, 12 Jun 2012 08:37:25 +0000 (UTC) Received: by yhpp61 with SMTP id p61so3518929yhp.11 for ; Tue, 12 Jun 2012 01:37:25 -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=ricuu7h82vTvqw4+CQ4HUCQzAem+msb1mt5GhsKXDco=; b=CiJSCHAML3CDucqZB0jwgBzR8fkW7MjS0BcdJiRxPoLk+kal9GZyJF7sBJT3iFc+Ve ZwR5h4TXAzCrS9etAzoQUXsNENxJ7w0RO1rggEbMJ1TU0uszRMWt33hdFGB7VhBeibUj uo5knd+MwP0/OyEt/Z5lptg1VLNJW+FzuxWB4XC19hVwNT47nxarfBknZopseIOujKWv X21RueYrNJfk6Aj3R0VyRsqYowxlzRZAjC8W0uFVJvljQZ8KHeU5Hh2FZJ8hXqCdyaUC wO8MUrwF3rq4GmBhO6ebggIgVNjA1jeQ7hyttMi8RLy+JmMto97sE1Y+EMjcRD1fUqqq APzQ== Received: by 10.50.160.198 with SMTP id xm6mr7820750igb.0.1339490244414; Tue, 12 Jun 2012 01:37:24 -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 v20csp153347ibb; Tue, 12 Jun 2012 01:37:23 -0700 (PDT) Received: by 10.68.226.73 with SMTP id rq9mr35653411pbc.145.1339490243509; Tue, 12 Jun 2012 01:37:23 -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 it4si1139070pbc.228.2012.06.12.01.37.22 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 12 Jun 2012 01:37:23 -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 h15so7814793dan.37 for ; Tue, 12 Jun 2012 01:37:22 -0700 (PDT) Received: by 10.68.211.131 with SMTP id nc3mr37313637pbc.4.1339490242602; Tue, 12 Jun 2012 01:37:22 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id tk1sm1302373pbc.8.2012.06.12.01.37.20 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 12 Jun 2012 01:37:22 -0700 (PDT) From: Sachin Kamat To: linux-samsung-soc@vger.kernel.org Cc: kgene.kim@samsung.com, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 1/1] ARM: S3C24XX: Remove duplicate header file inclusion Date: Tue, 12 Jun 2012 13:56:03 +0530 Message-Id: <1339489563-30705-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 X-Gm-Message-State: ALoCoQlta84yOmVGQuyJTqqA7x75oA3OY0FqZNO2cIbQb4WRBou4sJDMpDA8R2EX35XDR+f1Yeuh regs-clock.h header file was included twice. Signed-off-by: Sachin Kamat --- arch/arm/mach-s3c24xx/common.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-s3c24xx/common.c b/arch/arm/mach-s3c24xx/common.c index 56cdd34..0c9e9a7 100644 --- a/arch/arm/mach-s3c24xx/common.c +++ b/arch/arm/mach-s3c24xx/common.c @@ -41,7 +41,6 @@ #include #include -#include #include #include