From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751763AbaBMDTS (ORCPT ); Wed, 12 Feb 2014 22:19:18 -0500 Received: from qmta06.emeryville.ca.mail.comcast.net ([76.96.30.56]:34832 "EHLO qmta06.emeryville.ca.mail.comcast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751269AbaBMDTP (ORCPT ); Wed, 12 Feb 2014 22:19:15 -0500 From: Shuah Khan To: lenb@kernel.org, rjw@rjwysocki.net, rui.zhang@intel.com Cc: Shuah Khan , linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, shuahkhan@gmail.com Subject: [PATCH 0/6] drivers/acpi: fix driver compile errors when CONFIG_PM_SLEEP is undefined Date: Wed, 12 Feb 2014 20:19:04 -0700 Message-Id: X-Mailer: git-send-email 1.8.3.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following acpi drivers fail with compile errors when CONFIG_PM_SLEEP is undefined. Shuah Khan (6): drivers/acpi: fix ac driver compile error when CONFIG_PM_SLEEP is undefined drivers/acpi: fix battery driver compile error when CONFIG_PM_SLEEP is undefined drivers/acpi: fix button driver compile error when CONFIG_PM_SLEEP is undefined drivers/acpi: fix fan driver compile error when CONFIG_PM_SLEEP is undefined drivers/acpi: fix sbs driver compile error when CONFIG_PM_SLEEP is undefined drivers/acpi: fix thermal driver compile error when CONFIG_PM_SLEEP is undefined drivers/acpi/ac.c | 2 ++ drivers/acpi/battery.c | 2 ++ drivers/acpi/button.c | 2 ++ drivers/acpi/fan.c | 3 +++ drivers/acpi/sbs.c | 2 ++ drivers/acpi/thermal.c | 2 ++ 6 files changed, 13 insertions(+) -- 1.7.10.4