From patchwork Tue Apr 8 04:57:58 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 3947761 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 BBCF0BFF02 for ; Tue, 8 Apr 2014 04:58:39 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 630B120266 for ; Tue, 8 Apr 2014 04:58:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 71F7F20225 for ; Tue, 8 Apr 2014 04:58:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755964AbaDHE6g (ORCPT ); Tue, 8 Apr 2014 00:58:36 -0400 Received: from mail-pa0-f53.google.com ([209.85.220.53]:53150 "EHLO mail-pa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750800AbaDHE6f (ORCPT ); Tue, 8 Apr 2014 00:58:35 -0400 Received: by mail-pa0-f53.google.com with SMTP id ld10so489363pab.12 for ; Mon, 07 Apr 2014 21:58:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=5R7Js8u66OID3PdaDx4CN9BU4mRAnujgRSnN/t56rYA=; b=EvpF1B2Y+3HxK94oiM6mGj2A9w5LwLenoaqCHKgs8UMBP4zuO5Mh8gqFT/qggSf8tL Kp/pE2p6f+8QPoYOQnaj3mkbA6+o3x2+zt8yZKaq2J5aBE31fkFHToQuHQuoM2REN2lT lNpsT75Mb8rEg2PzEvPtgNz+zPiIlJlIEQPeT76Ce20bQYCAsMJiumgJExgQQG2BNQg4 nzkrQ1jJ3mybO+p2GB4AQ6HcG/S47uy+M6QoILa9A0BB37eP2WoJsQR/uNxhf2myl6+E Dl52nQjWfdqcZW2M/L3SjTYHwcY3FcTUuv2u14rIN697xoxx/MuSGUQySJbAcSKGsm1c Gc2w== X-Gm-Message-State: ALoCoQnedpNaWOmqnPGQsbxNzO2uEJ2uOJ1akZsI0iDLuLb2sFPVhwvTLJ7pfEZM8r3tTif1eIgS X-Received: by 10.68.186.33 with SMTP id fh1mr1873062pbc.140.1396933114724; Mon, 07 Apr 2014 21:58:34 -0700 (PDT) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id z3sm4346455pas.15.2014.04.07.21.58.31 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 07 Apr 2014 21:58:34 -0700 (PDT) From: Sachin Kamat To: cpufreq@vger.kernel.org Cc: linux-pm@vger.kernel.org, rjw@rjwysocki.net, viresh.kumar@linaro.org, sachin.kamat@linaro.org Subject: [PATCH 1/1] cpufreq: ppc: Remove duplicate inclusion of fsl_soc.h Date: Tue, 8 Apr 2014 10:27:58 +0530 Message-Id: <1396933078-11438-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.9.5 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.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, 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 fsl_soc.h was included twice. Signed-off-by: Sachin Kamat Acked-by: Viresh Kumar --- drivers/cpufreq/ppc-corenet-cpufreq.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/cpufreq/ppc-corenet-cpufreq.c b/drivers/cpufreq/ppc-corenet-cpufreq.c index 3bd9123e7026..b7e677be1df0 100644 --- a/drivers/cpufreq/ppc-corenet-cpufreq.c +++ b/drivers/cpufreq/ppc-corenet-cpufreq.c @@ -13,7 +13,6 @@ #include #include #include -#include #include #include #include