From patchwork Tue Aug 7 11:21:04 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 10562 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 2F17324058 for ; Tue, 7 Aug 2012 11:22:40 +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 F2ABCA18120 for ; Tue, 7 Aug 2012 11:22:39 +0000 (UTC) Received: by mail-yx0-f180.google.com with SMTP id q6so3530502yen.11 for ; Tue, 07 Aug 2012 04:22:39 -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:in-reply-to:references :x-gm-message-state; bh=Y/Ewp4K31ZhoLZkDN1GQUEDMLHHKN10am6P9HIG5EfA=; b=B/oa/YexHSSNXLBhySyei1JkeDg28SuncDHK5v8KOzTrsaZ2bw3jC5PxO9bldho6tM DaTeT8Kg0YhLbfBWO+RfSl2CZ60/3fx8bHliTll2kQNnsuyaDOV3I/JFmHDeKBJE7cFU QwznpHy8+hd88ku2bWmzgorgNFw1AAU53iMnP2HKk2z0uhYLUYqzsp6FPxD4lwaw4a61 GPJ442q72+FXf+PPmn5muxBEublyT3+na6TB24KzlLDtPkoZlSUqp76PbimgoHgF7F+5 7jDgal3l6Ge/tQibf3u2WO4wStwBasTVcFn6cDk5+GkoHMsTuAHtWmczs12Y92RUV3Ew 47yA== Received: by 10.50.149.134 with SMTP id ua6mr8133171igb.11.1344338559578; Tue, 07 Aug 2012 04:22:39 -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.50.87.40 with SMTP id u8csp492349igz; Tue, 7 Aug 2012 04:22:38 -0700 (PDT) Received: by 10.236.72.103 with SMTP id s67mr12768223yhd.78.1344338558498; Tue, 07 Aug 2012 04:22:38 -0700 (PDT) Received: from mail-yx0-f178.google.com (mail-yx0-f178.google.com [209.85.213.178]) by mx.google.com with ESMTPS id w42si21338763yhd.96.2012.08.07.04.22.38 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 07 Aug 2012 04:22:38 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.213.178 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.213.178; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.213.178 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-yx0-f178.google.com with SMTP id m2so1668369yen.37 for ; Tue, 07 Aug 2012 04:22:38 -0700 (PDT) Received: by 10.66.75.73 with SMTP id a9mr25383024paw.43.1344338557840; Tue, 07 Aug 2012 04:22:37 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id rs4sm7585392pbc.0.2012.08.07.04.22.34 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 07 Aug 2012 04:22:37 -0700 (PDT) From: Sachin Kamat To: linux-kernel@vger.kernel.org Cc: amit.kachhap@linaro.org, dg77.kim@samsung.com, guenter.roeck@ericsson.com, akpm@linux-foundation.org, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 2/3] thermal: Exynos: Remove duplicate inclusion of err.h header file Date: Tue, 7 Aug 2012 16:51:04 +0530 Message-Id: <1344338465-15478-2-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1344338465-15478-1-git-send-email-sachin.kamat@linaro.org> References: <1344338465-15478-1-git-send-email-sachin.kamat@linaro.org> X-Gm-Message-State: ALoCoQksb7mBQnrCdwP7a+CNMwNGubQTB/ekjrrUz0HN/H03K+JwMlp2MIolIMeFuRVMWbPk8wsA err.h header file was included twice. Signed-off-by: Sachin Kamat Signed-off-by: Sachin Kamat --- drivers/thermal/exynos_thermal.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/thermal/exynos_thermal.c b/drivers/thermal/exynos_thermal.c index f6debad..3a7a068 100644 --- a/drivers/thermal/exynos_thermal.c +++ b/drivers/thermal/exynos_thermal.c @@ -33,7 +33,6 @@ #include #include #include -#include #include #include #include