From patchwork Wed Oct 9 18:05:24 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Manish Badarkhe X-Patchwork-Id: 3011191 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id ED1AEBF924 for ; Wed, 9 Oct 2013 18:06:05 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D30AF20295 for ; Wed, 9 Oct 2013 18:06:04 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4186E20279 for ; Wed, 9 Oct 2013 18:06:03 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VTy92-0001LE-5Y; Wed, 09 Oct 2013 18:06:00 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VTy8z-0004Kg-Pp; Wed, 09 Oct 2013 18:05:57 +0000 Received: from mail-pb0-x234.google.com ([2607:f8b0:400e:c01::234]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VTy8w-0004K3-Rw for linux-arm-kernel@lists.infradead.org; Wed, 09 Oct 2013 18:05:55 +0000 Received: by mail-pb0-f52.google.com with SMTP id wz12so1280164pbc.11 for ; Wed, 09 Oct 2013 11:05:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=yImhDBOcEfvMK1eyvsw4C7ppTwUxDiPpqOBwI+mRAuA=; b=VWVjj1l2rm659CndO4retHECT6Qe+IDRdaJRI7W4lDC7KyiQTyaePnzHzLlfQ7x2EP i1LApXriM9slUc+oFukd3Pk0kjriPExqYtICTYlIbztKJLUdAHaEcSsE3kcJ/nzMiKAQ n3BHpq+Y13306cEzMJJxxXlz8wjldYgqcBDQrfeSK3bmgN6om/MR1hOIPMYq7vg8qbuu PrSGQ1DAr2QL4KGU8P83LbD2UHiBMqZkN3jCZvlTJf635pa23sN5VRlB8pD05axptZBT qDcP9N50fTB2sVvW45J4jMhRoHhO3AlCM7wl8zuHM7vItxXpQ3AxT/864ZKxvK7DzmNl MqRw== X-Received: by 10.67.5.132 with SMTP id cm4mr3220397pad.186.1381341933359; Wed, 09 Oct 2013 11:05:33 -0700 (PDT) Received: from localhost.localdomain ([113.193.145.88]) by mx.google.com with ESMTPSA id qf7sm56485557pac.14.1969.12.31.16.00.00 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 09 Oct 2013 11:05:32 -0700 (PDT) From: Manish Badarkhe To: linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] PM / devfreq: Remove duplicate include of opp.h Date: Wed, 9 Oct 2013 23:35:24 +0530 Message-Id: <1381341924-16184-1-git-send-email-badarkhe.manish@gmail.com> X-Mailer: git-send-email 1.7.10.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131009_140554_982762_3DB3B715 X-CRM114-Status: UNSURE ( 9.00 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) Cc: a.kesavan@samsung.com, kyungmin.park@samsung.com, kgene.kim@samsung.com, badarkhe.manish@gmail.com X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.3 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Currently, code include opp.h twice. Remove one inclusion of opp.h Signed-off-by: Manish Badarkhe --- :100644 100644 574b16b... 93c29f4... M drivers/devfreq/exynos/exynos5_bus.c drivers/devfreq/exynos/exynos5_bus.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/devfreq/exynos/exynos5_bus.c b/drivers/devfreq/exynos/exynos5_bus.c index 574b16b..93c29f4 100644 --- a/drivers/devfreq/exynos/exynos5_bus.c +++ b/drivers/devfreq/exynos/exynos5_bus.c @@ -18,7 +18,6 @@ #include #include #include -#include #include #include #include