Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753142Ab1C0XdB (ORCPT ); Sun, 27 Mar 2011 19:33:01 -0400 Received: from ogre.sisk.pl ([217.79.144.158]:46158 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752924Ab1C0Xc4 (ORCPT ); Sun, 27 Mar 2011 19:32:56 -0400 From: "Rafael J. Wysocki" To: LKML Subject: [PATCH 7/7] ARM: Select CONFIG_ARCH_NO_SYSDEV_OPS Date: Mon, 28 Mar 2011 01:30:31 +0200 User-Agent: KMail/1.13.6 (Linux/2.6.38+; KDE/4.6.0; x86_64; ; ) Cc: Greg KH , Kay Sievers , Linux PM mailing list , Russell King , linux-omap@vger.kernel.org, Kevin Hilman , linux-arm-kernel@lists.infradead.org, Ben Dooks References: <201103280125.11750.rjw@sisk.pl> In-Reply-To: <201103280125.11750.rjw@sisk.pl> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201103280130.31353.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1002 Lines: 29 From: Rafael J. Wysocki Make the ARM architecture select CONFIG_ARCH_NO_SYSDEV_OPS to indicate that sysdevs are not used for power management any more on this architecture. Signed-off-by: Rafael J. Wysocki --- arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) Index: linux-2.6/arch/arm/Kconfig =================================================================== --- linux-2.6.orig/arch/arm/Kconfig +++ linux-2.6/arch/arm/Kconfig @@ -28,6 +28,7 @@ config ARM select HAVE_C_RECORDMCOUNT select HAVE_GENERIC_HARDIRQS select HAVE_SPARSE_IRQ + select ARCH_NO_SYSDEV_OPS help The ARM series is a line of low-power-consumption RISC chip designs licensed by ARM Ltd and targeted at embedded applications and -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/