Revert acpi: make ACPI_PROCFS default to y

2007-11-26 Thread Linux Kernel Mailing List
Gitweb: 
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=65ea6520375cc09d19ecb46f03ab7ef70bcf06dd
Commit: 65ea6520375cc09d19ecb46f03ab7ef70bcf06dd
Parent: 3539a901d60ae84f8b0748cd26c1c263c2b3ef5f
Author: Len Brown [EMAIL PROTECTED]
AuthorDate: Mon Nov 19 11:22:44 2007 -0500
Committer:  Len Brown [EMAIL PROTECTED]
CommitDate: Mon Nov 19 11:22:44 2007 -0500

Revert acpi: make ACPI_PROCFS default to y

This reverts commit cbff2fbf55c21f50298b1aef1263b11bf510e35f.
---
 drivers/acpi/Kconfig |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index 5772e14..b9f923e 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -50,7 +50,6 @@ config ACPI_SLEEP
 config ACPI_PROCFS
bool Deprecated /proc/acpi files
depends on PROC_FS
-   default y
---help---
  For backwards compatibility, this option allows
  deprecated /proc/acpi/ files to exist, even when
-
To unsubscribe from this list: send the line unsubscribe git-commits-head in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


acpi: make ACPI_PROCFS default to y

2007-11-14 Thread Linux Kernel Mailing List
Gitweb: 
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=cbff2fbf55c21f50298b1aef1263b11bf510e35f
Commit: cbff2fbf55c21f50298b1aef1263b11bf510e35f
Parent: 887c3cb18865a4f9e0786e5a5b3ef47ff469b956
Author: Andrew Morton [EMAIL PROTECTED]
AuthorDate: Wed Nov 14 16:59:21 2007 -0800
Committer:  Linus Torvalds [EMAIL PROTECTED]
CommitDate: Wed Nov 14 18:45:39 2007 -0800

acpi: make ACPI_PROCFS default to y

Zillions of people are getting my-battery-monitor-doesnt-work problems
(including me).

Lessen the damage by making ACPI_PROCFS default to on.

Cc: Len Brown [EMAIL PROTECTED]
Cc: Rafael J. Wysocki [EMAIL PROTECTED]
Acked-by: Ingo Molnar [EMAIL PROTECTED]
Signed-off-by: Andrew Morton [EMAIL PROTECTED]
Signed-off-by: Linus Torvalds [EMAIL PROTECTED]
---
 drivers/acpi/Kconfig |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index ce9dead..087a702 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -50,6 +50,7 @@ config ACPI_SLEEP
 config ACPI_PROCFS
bool Deprecated /proc/acpi files
depends on PROC_FS
+   default y
---help---
  For backwards compatibility, this option allows
  deprecated /proc/acpi/ files to exist, even when
-
To unsubscribe from this list: send the line unsubscribe git-commits-head in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html