The patch titled add-support-for-the-generic-backlight-device-to-the-ibm-acpi-driver fix has been added to the -mm tree. Its filename is add-support-for-the-generic-backlight-device-to-the-ibm-acpi-driver-fix.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: add-support-for-the-generic-backlight-device-to-the-ibm-acpi-driver fix From: Holger Macht <hmacht@xxxxxxx> This is an updated version of the patch earlier sent which selects the right Kconfig option BACKLIGHT_DEVICE. Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/acpi/Kconfig | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/acpi/Kconfig~add-support-for-the-generic-backlight-device-to-the-ibm-acpi-driver-fix drivers/acpi/Kconfig --- a/drivers/acpi/Kconfig~add-support-for-the-generic-backlight-device-to-the-ibm-acpi-driver-fix +++ a/drivers/acpi/Kconfig @@ -207,7 +207,7 @@ config ACPI_ASUS config ACPI_IBM tristate "IBM ThinkPad Laptop Extras" depends on X86 - select BACKLIGHT + select BACKLIGHT_DEVICE ---help--- This is a Linux ACPI driver for the IBM ThinkPad laptops. It adds support for Fn-Fx key combinations, Bluetooth control, video _ Patches currently in -mm which might be from hmacht@xxxxxxx are add-support-for-the-generic-backlight-device-to-the-ibm-acpi-driver.patch add-support-for-the-generic-backlight-device-to-the-ibm-acpi-driver-fix.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