The patch titled ACPI: disable SBS by default has been added to the -mm tree. Its filename is acpi-disable-sbs-by-default.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: ACPI: disable SBS by default From: Dmitry Torokhov <dtor@xxxxxxxxxxxxx> Kconfig help even says that SBS is pretty rare and already obsolete so it does not make sence to keep it enabled. Signed-off-by: Dmitry Torokhov <dtor@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/acpi/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/acpi/Kconfig~acpi-disable-sbs-by-default drivers/acpi/Kconfig --- a/drivers/acpi/Kconfig~acpi-disable-sbs-by-default +++ a/drivers/acpi/Kconfig @@ -357,7 +357,7 @@ config ACPI_SBS tristate "Smart Battery System (EXPERIMENTAL)" depends on X86 && I2C depends on EXPERIMENTAL - default y + default n help This driver adds support for the Smart Battery System. Depends on I2C (Device Drivers ---> I2C support) _ Patches currently in -mm which might be from dtor@xxxxxxxxxxxxx are origin.patch acpi-disable-sbs-by-default.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html