From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2992762AbbEOXTK (ORCPT ); Fri, 15 May 2015 19:19:10 -0400 Received: from v094114.home.net.pl ([79.96.170.134]:54678 "HELO v094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1423252AbbEOXOP (ORCPT ); Fri, 15 May 2015 19:14:15 -0400 From: "Rafael J. Wysocki" To: Linux PM list Cc: Linux Kernel Mailing List , Thomas Gleixner , Peter Zijlstra , Daniel Lezcano , Len Brown Subject: [PATCH 0/2] PM: Avoid building suspend-to-idle code when it is not necessary Date: Sat, 16 May 2015 01:37:15 +0200 Message-ID: <7138791.PFSSF2gqXk@vostro.rjw.lan> User-Agent: KMail/4.11.5 (Linux/4.0.0+; KDE/4.11.5; x86_64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, As per the subject. Suspend-to-idle code is only used for CONFIG_SUSPEND set and it should not be built otherwise. Thanks!