From patchwork Thu Apr 3 11:16:49 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hanjun Guo X-Patchwork-Id: 3932471 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id BDD2D9F2F7 for ; Thu, 3 Apr 2014 11:18:19 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 04CFB202EC for ; Thu, 3 Apr 2014 11:18:19 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D50C72028D for ; Thu, 3 Apr 2014 11:18:17 +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 1WVfes-0004GD-0d; Thu, 03 Apr 2014 11:18:10 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WVfep-0000gv-HZ; Thu, 03 Apr 2014 11:18:07 +0000 Received: from mail-pa0-f41.google.com ([209.85.220.41]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WVfem-0000g0-Jn for linux-arm-kernel@lists.infradead.org; Thu, 03 Apr 2014 11:18:05 +0000 Received: by mail-pa0-f41.google.com with SMTP id fa1so1693043pad.14 for ; Thu, 03 Apr 2014 04:17:39 -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=lCEt63dxWP/+HLY5ss5nPUYYO+AQQAlurtcwDSF6azU=; b=aVBc6ywq1vuaWTmbbdAkyrDwkwsxfUZVjlezuH9pFe6MffZ1sMenqmu2iD8Hrgmsg0 eg/3VNDmNnW7JVmfUZna4P9ebnmAk/pX/vn903TIc+I0NgtQz952RWmFaoHPWKocczgF S6YahfZyMrC7hi0s61R2uN6AFxAd6AJ/xjuAgLaHg0VUm6rlj+buElYtxhx0Z+VVjZAT 8MIKH0h6WDxAbSYz+XJqRPtzHe5R/8xGGpyLy+4bhAr1WkqFHo6aT73aPWdAgInAOo6M gXJvPfnKhXkix7NMF4I//3pu0TzfxaFDFvD72IydOe0ghwzUWOENqn0tV81MqY0NPXsx j3pg== X-Gm-Message-State: ALoCoQnV+b+nwdw/eFTGFNnKV7sOOkUN1rvOHqIKIwsEZVa6PTWsicRqCDfyFlr48TTNt2YiaaLQ X-Received: by 10.66.158.132 with SMTP id wu4mr6779568pab.66.1396523858944; Thu, 03 Apr 2014 04:17:38 -0700 (PDT) Received: from localhost ([218.17.215.175]) by mx.google.com with ESMTPSA id id10sm10543672pbc.35.2014.04.03.04.17.33 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 03 Apr 2014 04:17:38 -0700 (PDT) From: Hanjun Guo To: Catalin Marinas Subject: [PATCH] ARM64: Remove duplicated Kconfig entry for "kernel/power/Kconfig" Date: Thu, 3 Apr 2014 19:16:49 +0800 Message-Id: <1396523809-6945-1-git-send-email-hanjun.guo@linaro.org> X-Mailer: git-send-email 1.7.9.5 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140403_071804_726582_9E446DE4 X-CRM114-Status: UNSURE ( 8.10 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.8 (-) Cc: linaro-acpi@lists.linaro.org, Viresh Kumar , "Rafael J. Wysocki" , linux-kernel@vger.kernel.org, Hanjun Guo , Sudeep Holla , linux-arm-kernel@lists.infradead.org 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.0 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RCVD_IN_SORBS_WEB, 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 There is a duplicated Kconfig entry for "kernel/power/Kconfig" in menu "Power management options" and "CPU Power Management", remove the one from menu "CPU Power Management" suggested by Viresh. Signed-off-by: Hanjun Guo Reviewed-by: Viresh Kumar --- arch/arm64/Kconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index e6e4d37..e759af5 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -323,8 +323,6 @@ menu "CPU Power Management" source "drivers/cpuidle/Kconfig" -source "kernel/power/Kconfig" - source "drivers/cpufreq/Kconfig" endmenu