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: 3011161 Return-Path: X-Original-To: patchwork-linux-pm@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 52C3DBF924 for ; Wed, 9 Oct 2013 18:05:38 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 0EC4A202AB for ; Wed, 9 Oct 2013 18:05:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DB57B20295 for ; Wed, 9 Oct 2013 18:05:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755124Ab3JISFf (ORCPT ); Wed, 9 Oct 2013 14:05:35 -0400 Received: from mail-pd0-f174.google.com ([209.85.192.174]:40209 "EHLO mail-pd0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752199Ab3JISFe (ORCPT ); Wed, 9 Oct 2013 14:05:34 -0400 Received: by mail-pd0-f174.google.com with SMTP id y13so1317401pdi.19 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 Cc: kyungmin.park@samsung.com, badarkhe.manish@gmail.com, kgene.kim@samsung.com, a.kesavan@samsung.com 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 Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Spam-Status: No, score=-7.0 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham 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