linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] drivers/acpi: fix driver compile errors when CONFIG_PM_SLEEP is undefined
@ 2014-02-13  3:19 Shuah Khan
  2014-02-13  3:19 ` [PATCH 1/6] drivers/acpi: fix ac driver compile error " Shuah Khan
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Shuah Khan @ 2014-02-13  3:19 UTC (permalink / raw)
  To: lenb, rjw, rui.zhang
  Cc: Shuah Khan, linux-acpi, linux-kernel, linux-pm, shuahkhan

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-02-18  1:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-13  3:19 [PATCH 0/6] drivers/acpi: fix driver compile errors when CONFIG_PM_SLEEP is undefined Shuah Khan
2014-02-13  3:19 ` [PATCH 1/6] drivers/acpi: fix ac driver compile error " Shuah Khan
2014-02-13  3:19 ` [PATCH 2/6] drivers/acpi: fix battery " Shuah Khan
2014-02-13  3:19 ` [PATCH 3/6] drivers/acpi: fix button " Shuah Khan
2014-02-13  3:19 ` [PATCH 4/6] drivers/acpi: fix fan " Shuah Khan
2014-02-13  3:19 ` [PATCH 5/6] drivers/acpi: fix sbs " Shuah Khan
2014-02-13  3:19 ` [PATCH 6/6] drivers/acpi: fix thermal " Shuah Khan
2014-02-18  1:03 ` [PATCH 0/6] drivers/acpi: fix driver compile errors " Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).