From: Len Brown <lenb@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: david@lang.hm, Nigel Cunningham <nigel@nigel.suspend2.net>,
linux-kernel@vger.kernel.org, Adrian Bunk <bunk@stusta.de>,
linux-acpi@vger.kernel.org,
Stefan Richter <stefanr@s5r6.in-berlin.de>,
Pavel Machek <pavel@ucw.cz>,
Andrew Morton <akpm@linux-foundation.org>,
pm list <linux-pm@lists.linux-foundation.org>
Subject: [PATCH] ACPI: delete CONFIG_ACPI_PROCFS_SLEEP (again)
Date: Tue, 31 Jul 2007 23:27:10 -0400 [thread overview]
Message-ID: <200707312327.10755.lenb@kernel.org> (raw)
In-Reply-To: <alpine.LFD.0.999.0707291717410.3442@woody.linux-foundation.org>
From: Len Brown <len.brown@intel.com>
CONFIG_ACPI_PROCFS_SLEEP is a NO-OP -- delete it (again).
Apparently 296699de6bdc717189a331ab6bbe90e05c94db06 creating CONFIG_SUSPEND
and CONFIG_PM_SLEEP was based on an out-dated version of drivers/acpi/Kconfig,
as it erroneously restored this recently deleted config option.
Signed-off-by: Len Brown <len.brown@intel.com>
---
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index 934d639..f1372de 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -68,14 +68,6 @@ config ACPI_PROCFS
Say N to delete /proc/acpi/ files that have moved to /sys/
-config ACPI_PROCFS_SLEEP
- bool "/proc/acpi/sleep (deprecated)"
- depends on PM_SLEEP && ACPI_PROCFS
- default n
- ---help---
- Create /proc/acpi/sleep
- Deprecated by /sys/power/state
-
config ACPI_AC
tristate "AC Adapter"
depends on X86
next prev parent reply other threads:[~2007-08-01 3:27 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <200707251238.50218.lenb@kernel.org>
[not found] ` <200707282029.03563.rjw@sisk.pl>
[not found] ` <alpine.LFD.0.999.0707281130110.3442@woody.linux-foundation.org>
2007-07-29 10:20 ` [PATCH 0/2] Introduce CONFIG_HIBERNATION and CONFIG_SUSPEND (was: CONFIG_SUSPEND?) Rafael J. Wysocki
[not found] ` <200707291220.14880.rjw@sisk.pl>
2007-07-29 10:21 ` [PATCH 1/2] Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATION Rafael J. Wysocki
2007-07-29 12:38 ` [PATCH 2/2] Introduce CONFIG_SUSPEND Rafael J. Wysocki
[not found] ` <200707291438.06849.rjw@sisk.pl>
2007-07-29 20:40 ` Adrian Bunk
[not found] ` <20070729204001.GJ16817@stusta.de>
2007-07-29 21:17 ` Rafael J. Wysocki
[not found] ` <200707292317.21419.rjw@sisk.pl>
2007-07-29 21:18 ` Adrian Bunk
[not found] ` <20070729211824.GL16817@stusta.de>
[not found] ` <200707292336.55588.rjw@sisk.pl>
2007-07-29 21:30 ` Richard Hughes
[not found] ` <1185744640.2295.4.camel@work>
2007-07-29 22:22 ` Rafael J. Wysocki
2007-07-30 2:47 ` Kyle Moffett
[not found] ` <200707300022.54633.rjw@sisk.pl>
2007-07-30 21:26 ` Pavel Machek
2007-07-29 21:36 ` Rafael J. Wysocki
2007-07-29 21:23 ` [PATCH 0/2] Introduce CONFIG_HIBERNATION and CONFIG_SUSPEND (updated) Rafael J. Wysocki
[not found] ` <200707292323.29601.rjw@sisk.pl>
2007-07-29 21:24 ` [PATCH 1/2] Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATION (updated) Rafael J. Wysocki
2007-07-29 21:27 ` [PATCH 2/2] Introduce CONFIG_SUSPEND (updated) Rafael J. Wysocki
2007-07-30 0:21 ` [PATCH 0/2] Introduce CONFIG_HIBERNATION and " Linus Torvalds
2007-07-30 7:25 ` Rafael J. Wysocki
2007-07-31 3:54 ` Len Brown
2007-07-31 3:54 ` [PATCH] create CONFIG_SUSPEND_UP_POSSIBLE Len Brown
[not found] ` <200707302354.23237.lenb@kernel.org>
2007-07-31 6:38 ` Pavel Machek
[not found] ` <20070731063833.GD22419@elf.ucw.cz>
2007-07-31 9:33 ` Rafael J. Wysocki
2007-08-03 19:23 ` Len Brown
[not found] ` <200708031523.19623.lenb@kernel.org>
2007-08-05 18:36 ` Pavel Machek
2007-08-01 3:27 ` Len Brown [this message]
2007-08-01 10:24 ` [PATCH] ACPI: delete CONFIG_ACPI_PROCFS_SLEEP (again) Rafael J. Wysocki
[not found] ` <200707292327.19884.rjw@sisk.pl>
2007-07-31 4:59 ` [PATCH 2/2] Introduce CONFIG_SUSPEND (updated) Len Brown
2007-07-31 9:15 ` Rafael J. Wysocki
[not found] ` <200707311115.29057.rjw@sisk.pl>
2007-07-31 9:16 ` Oliver Neukum
[not found] ` <200707311116.39857.oliver@neukum.org>
2007-07-31 10:01 ` Rafael J. Wysocki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200707312327.10755.lenb@kernel.org \
--to=lenb@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=bunk@stusta.de \
--cc=david@lang.hm \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@lists.linux-foundation.org \
--cc=nigel@nigel.suspend2.net \
--cc=pavel@ucw.cz \
--cc=stefanr@s5r6.in-berlin.de \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox