]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI: delete CONFIG_ACPI_PROCFS_POWER and power procfs I/F in 2.6.39
authorZhang Rui <rui.zhang@intel.com>
Mon, 10 Jan 2011 03:16:30 +0000 (11:16 +0800)
committerLen Brown <len.brown@intel.com>
Wed, 12 Jan 2011 05:36:17 +0000 (00:36 -0500)
commitff0cb701bed4c398a68d93bf7ea4e2964f95b79e
tree19faadd4e6d1edc0d0eacca076d50902f7f0b3fe
parentb2e418cb5041d4fa2c107513bd8ee5b1056525f1
ACPI: delete CONFIG_ACPI_PROCFS_POWER and power procfs I/F in 2.6.39

sysfs I/F for ACPI power devices, including AC and Battery,
has been working in upstream kenrel since 2.6.24, Sep 2007.
In 2.6.37, we made the sysfs I/F always built in and this option
disabled by default.
Now, we plan to remove this option and the ACPI power procfs
interface in 2.6.39.

First, update the feature-removal-schedule to announce this change.
Second, add runtime warnings in ACPI AC/Battery/SBS driver, so that
users will notice this change even if "make oldconfig" is used.

Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Documentation/feature-removal-schedule.txt
drivers/acpi/Kconfig
drivers/acpi/ac.c
drivers/acpi/battery.c
drivers/acpi/sbs.c