From: Rafael J. Wysocki <rjw@xxxxxxx> 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 <rjw@xxxxxxx> --- 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-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html